Ignore:
Timestamp:
03/26/13 21:40:00 (11 years ago)
Author:
ramonb
Message:

job_monarch/index.php:

  • bring back anti cache headers

job_monarch/templates/index.tpl:

  • no longer needed with Dwoo
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  
    424424
    425425    # Make sure that no data is cached..
    426     //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
     426    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
    430430
    431431    $dwoo->output($tpl, $tpl_data);
Note: See TracChangeset for help on using the changeset viewer.