diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
commit | 7852acc1ede90c850669e6d94568c53c5fb807d4 (patch) | |
tree | 69f7080a5545158c8f081369f23440bee1416e20 /config/sarg/sarg_reports.php | |
parent | 3998c049f38f3dc0d0e27bdc39631264b3d1f6d8 (diff) | |
download | pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.gz pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.bz2 pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.zip |
sarg - version 0.2.1 with report tab cache fix
Diffstat (limited to 'config/sarg/sarg_reports.php')
-rwxr-xr-x | config/sarg/sarg_reports.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/sarg/sarg_reports.php b/config/sarg/sarg_reports.php index cf013879..9eee5302 100755 --- a/config/sarg/sarg_reports.php +++ b/config/sarg/sarg_reports.php @@ -1,9 +1,8 @@ <?php /* - postfix_view_config.php + sarg_reports.php part of pfSense (http://www.pfsense.com/) - Copyright (C) 2011 Marcello Coutinho <marcellocoutinho@gmail.com> - based on varnish_view_config. + Copyright (C) 2012 Marcello Coutinho <marcellocoutinho@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -130,7 +129,7 @@ else{ </table> </div> <br> - <iframe src="/sarg-reports/" frameborder=0 width="100%" height="600"></iframe> + <iframe src="/sarg_frame.php/" frameborder=0 width="100%" height="600"></iframe> <div id="file_div"></div> </td> |