Changeset 754 for branches/0.4
- Timestamp:
- 03/26/13 21:40:00 (10 years ago)
- Location:
- branches/0.4/web/addons/job_monarch
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/index.php
r753 r754 424 424 425 425 # Make sure that no data is cached.. 426 //header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); # Date in the past427 //header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); # always modified428 //header ("Cache-Control: no-cache, must-revalidate"); # HTTP/1.1429 //header ("Pragma: no-cache"); # HTTP/1.0426 header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); # Date in the past 427 header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); # always modified 428 header ("Cache-Control: no-cache, must-revalidate"); # HTTP/1.1 429 header ("Pragma: no-cache"); # HTTP/1.0 430 430 431 431 $dwoo->output($tpl, $tpl_data);
Note: See TracChangeset
for help on using the changeset viewer.