diff options
Diffstat (limited to 'packages/squidGuard/squidguard_time.xml')
-rw-r--r-- | packages/squidGuard/squidguard_time.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/squidGuard/squidguard_time.xml b/packages/squidGuard/squidguard_time.xml index 360a2930..76b781ab 100644 --- a/packages/squidGuard/squidguard_time.xml +++ b/packages/squidGuard/squidguard_time.xml @@ -28,10 +28,6 @@ <url>/pkg.php?xml=squidguard_acl.xml</url> </tab> <tab> - <text>Sources</text> - <url>/pkg.php?xml=squidguard_src.xml</url> - </tab> - <tab> <text>Destinations</text> <url>/pkg.php?xml=squidguard_dest.xml</url> </tab> @@ -131,7 +127,7 @@ </fields> <custom_php_after_form_command> - squidGuard_print_javascript(); + squidGuard_print_javascript(); </custom_php_after_form_command> <custom_php_validation_command> squidguard_validate_times(&$_POST, &$input_errors); |