Changeset 951

Show
Ignore:
Timestamp:
07/02/2012 11:07:14 AM (11 months ago)
Author:
moo
Message:

add cache control to force refetch data

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/common.php

    r926 r951  
    137137} 
    138138 
     139header("Cache-Control: no-cache, must-revalidate"); 
     140header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); 
     141 
    139142?>