diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-10 02:57:13 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-10 02:57:13 -0300 |
commit | 1a2be8cf92c27534675aff54e134b338dade1a63 (patch) | |
tree | 3227534563c0297057f139183d093c823722281b /config/sarg/sarg_sync.xml | |
parent | 210f73a354126d93d4e5cc7c6cdadaeafe9c4949 (diff) | |
download | pfsense-packages-1a2be8cf92c27534675aff54e134b338dade1a63.tar.gz pfsense-packages-1a2be8cf92c27534675aff54e134b338dade1a63.tar.bz2 pfsense-packages-1a2be8cf92c27534675aff54e134b338dade1a63.zip |
sarg - package version 0.4 with user tab, ldap search and report limits
Diffstat (limited to 'config/sarg/sarg_sync.xml')
-rwxr-xr-x | config/sarg/sarg_sync.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/sarg/sarg_sync.xml b/config/sarg/sarg_sync.xml index f3d2ac79..6c81b3f8 100755 --- a/config/sarg/sarg_sync.xml +++ b/config/sarg/sarg_sync.xml @@ -47,10 +47,14 @@ <include_file>/usr/local/pkg/sarg.inc</include_file> <tabs> <tab> - <text>Settings</text> + <text>General</text> <url>/pkg_edit.php?xml=sarg.xml&id=0</url> </tab> <tab> + <text>Users</text> + <url>/pkg_edit.php?xml=sarg_users.xml&id=0</url> + </tab> + <tab> <text>Schedule</text> <url>/pkg.php?xml=sarg_schedule.xml&id=0</url> </tab> |