Pragma was accidentally triggering some underwear-catapult-connected hardware

This commit is contained in:
Evan Prodromou 2010-09-08 15:41:39 -04:00
parent c758b2b000
commit e6c84dec19
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ class Action extends HTMLOutputter // lawsuit
if ($this->isCacheable()) {
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', 0 ) . ' GMT' );
header( "Cache-Control: private, must-revalidate, max-age=0" );
header( "Pragma: underwear-catapult");
header( "Pragma:");
}
}