diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-30 03:47:53 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-30 03:47:53 -0300 |
commit | 688b4f79e1e4a3827c913f752c2573c7a74ad99e (patch) | |
tree | 2ef4516c0b5d71424dba56695f7d10a9f0604c82 /config/sarg/sarg_about.php | |
parent | 86dd4b909c2657e67c92c186395e751a02a32d8d (diff) | |
download | pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.gz pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.tar.bz2 pfsense-packages-688b4f79e1e4a3827c913f752c2573c7a74ad99e.zip |
sarg - version 0.2 with exclusion lists, bug fixes and gui improves.
Diffstat (limited to 'config/sarg/sarg_about.php')
-rwxr-xr-x | config/sarg/sarg_about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_about.php b/config/sarg/sarg_about.php index ee415f07..5b728a17 100755 --- a/config/sarg/sarg_about.php +++ b/config/sarg/sarg_about.php @@ -54,7 +54,7 @@ include("head.inc"); $tab_array = array(); $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=sarg.xml&id=0"); $tab_array[] = array(gettext("Schedule"), false, "/pkg.php?xml=sarg_schedule.xml"); - $tab_array[] = array(gettext("View Report"), false, "/sarg-reports/"); + $tab_array[] = array(gettext("View Report"), false, "/sarg_reports.php"); $tab_array[] = array(gettext("Realtime"), false, "/sarg_realtime.php"); $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=sarg_sync.xml&id=0"); $tab_array[] = array(gettext("Help"), true, "/sarg_about.php"); |