From 556474c5b9db2afff94d288870b203bed3ff2cfb Mon Sep 17 00:00:00 2001 From: robiscool Date: Fri, 5 Aug 2011 18:19:02 -0700 Subject: orionids-dev, fix db save changes, fix foward slash error on chrom and ie9, add no cache php code --- config/orionids-dev/snort_barnyard.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/orionids-dev/snort_barnyard.php') diff --git a/config/orionids-dev/snort_barnyard.php b/config/orionids-dev/snort_barnyard.php index 5a40584b..1cd2113b 100644 --- a/config/orionids-dev/snort_barnyard.php +++ b/config/orionids-dev/snort_barnyard.php @@ -45,6 +45,13 @@ require_once("guiconfig.inc"); require_once("/usr/local/pkg/snort/snort_new.inc"); require_once("/usr/local/pkg/snort/snort_gui.inc"); +//Set no caching +header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); +header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); +header("Cache-Control: no-store, no-cache, must-revalidate"); +header("Cache-Control: post-check=0, pre-check=0", false); +header("Pragma: no-cache"); + // set page vars $uuid = $_GET['uuid']; -- cgit v1.2.3