dont cache $#1t
This commit is contained in:
parent
dbcbefe77a
commit
8c03a3d746
1 changed files with 7 additions and 1 deletions
|
@ -33,8 +33,14 @@ if ($NEL_SETUP_VERSION_CONFIGURED < $NEL_SETUP_VERSION) {
|
|||
}
|
||||
|
||||
require_once( $AMS_LIB . '/libinclude.php' );
|
||||
session_cache_limiter('nocache');
|
||||
session_start();
|
||||
|
||||
header("Expires: Mon, 01 May 2000 06:00:00 GMT");
|
||||
header("Last-Modified: ". gmdate("D, d M Y H:i:s") ." GMT");
|
||||
header("Cache-Control: max-age=1");
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
// Running Cron
|
||||
if ( isset( $_GET["cron"] ) ) {
|
||||
|
|
Loading…
Reference in a new issue