aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg_frame.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-04-12 15:25:21 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-04-12 15:25:21 -0300
commitefc6d927072dc2c696704934116e5da7c347e3b6 (patch)
treec6d5b09c50eba61a38d50ffc0e19f59f3fa2040b /config/sarg/sarg_frame.php
parent40b25d0aa0a963560bba1a00c2eb1589e1f09df9 (diff)
downloadpfsense-packages-efc6d927072dc2c696704934116e5da7c347e3b6.tar.gz
pfsense-packages-efc6d927072dc2c696704934116e5da7c347e3b6.tar.bz2
pfsense-packages-efc6d927072dc2c696704934116e5da7c347e3b6.zip
sarg - include more anti-cache code for reports
Diffstat (limited to 'config/sarg/sarg_frame.php')
-rwxr-xr-xconfig/sarg/sarg_frame.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_frame.php b/config/sarg/sarg_frame.php
index c73b720a..73e3a469 100755
--- a/config/sarg/sarg_frame.php
+++ b/config/sarg/sarg_frame.php
@@ -42,7 +42,7 @@ if (file_exists("/usr/local/www/sarg-reports/".$url))
{
$report=file_get_contents("/usr/local/www/sarg-reports/".$url);
$pattern[0]="/href=\W(\S+html)\W/";
- $replace[0]="href=/sarg_frame.php?file=$prefix/$1";
+ $replace[0]="href=/sarg_frame.php?prevent=".rand(100000000000,999999999999)."&file=$prefix/$1";
$pattern[1]='/img src="(\w+\.\w+)/';
$replace[1]='img src="/sarg-reports'.$prefix.'/$1';
$pattern[2]='@img src="([.a-z/]+)/(\w+\.\w+)@';