diff options
Diffstat (limited to 'config/sarg/sarg_realtime.php')
-rwxr-xr-x | config/sarg/sarg_realtime.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/sarg/sarg_realtime.php b/config/sarg/sarg_realtime.php index ced24376..0b8b2cc5 100755 --- a/config/sarg/sarg_realtime.php +++ b/config/sarg/sarg_realtime.php @@ -111,7 +111,8 @@ else{ <tr><td> <?php $tab_array = array(); - $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=sarg.xml&id=0"); + $tab_array[] = array(gettext("General"), false, "/pkg_edit.php?xml=sarg.xml&id=0"); + $tab_array[] = array(gettext("Users"), false, "/pkg_edit.php?xml=sarg_users.xml&id=0"); $tab_array[] = array(gettext("Schedule"), false, "/pkg.php?xml=sarg_schedule.xml"); $tab_array[] = array(gettext("View Report"), false, "/sarg_reports.php"); $tab_array[] = array(gettext("Realtime"), true, "/sarg_realtime.php"); |