dont cache $#1t

This commit is contained in:
botanic 2014-09-08 16:23:04 -07:00
parent dbcbefe77a
commit 8c03a3d746

View file

@ -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"] ) ) {