Ignore:
Timestamp:
08/27/08 22:48:36 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1702:1705 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/ajax.response.php

    r1668 r1706  
    1111+----------------------------------------------------*/ 
    1212require "core_functions.php"; 
     13 
     14// make sure the page isn't cached 
     15header("Cache-Control: no-cache, no-store, must-revalidate"); 
     16header("Pragma: no-cache"); 
    1317 
    1418// get the request field, sanitize it, and check it's availability 
Note: See TracChangeset for help on using the changeset viewer.