aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg_reports.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_reports.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_reports.php')
-rwxr-xr-xconfig/sarg/sarg_reports.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/sarg/sarg_reports.php b/config/sarg/sarg_reports.php
index 170ce478..b64e9966 100755
--- a/config/sarg/sarg_reports.php
+++ b/config/sarg/sarg_reports.php
@@ -73,7 +73,11 @@ require("guiconfig.inc");
</table>
</div>
<br>
- <iframe src="/sarg_frame.php" frameborder=0 width="100%" height="600"></iframe>
+ <script language="JavaScript">
+ var axel = Math.random() + "";
+ var num = axel * 1000000000000000000;
+ document.writeln('<IFRAME SRC="/sarg_frame.php?prevent='+ num +'?" frameborder=0 width="100%" height="600"></IFRAME>');
+ </script>
<div id="file_div"></div>
</td>