Files
web.ems/wxc2_omc/configuration/bssomc/nocache.inc
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

13 lines
289 B
PHP
Executable File

<?php
//
// Created on: 22 Feb 2001
// Function : Disable browser from caching this page
//
?>
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s"));
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>