init web ems all
This commit is contained in:
12
wxc2_omc/configuration/bssomc/nocache.inc
Executable file
12
wxc2_omc/configuration/bssomc/nocache.inc
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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");
|
||||
?>
|
||||
Reference in New Issue
Block a user