diff options
author | dvserg <dv_serg@mail.ru> | 2011-01-31 08:07:53 +0300 |
---|---|---|
committer | dvserg <dv_serg@mail.ru> | 2011-01-31 08:07:53 +0300 |
commit | 5930b5d48249b3fcde7c6568fbbb3da81861bfaa (patch) | |
tree | fb38bb90a5f2a5073d1950119d2f84ee01eb32fe /config/squidGuard/squidguard_log.php | |
parent | 451241842407a299ead1a77ebace06d04701c2f0 (diff) | |
download | pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.tar.gz pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.tar.bz2 pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.zip |
SquidGuard blacklist update (Feature #105)
Diffstat (limited to 'config/squidGuard/squidguard_log.php')
-rw-r--r-- | config/squidGuard/squidguard_log.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/squidGuard/squidguard_log.php b/config/squidGuard/squidguard_log.php index fe70fa10..ddcea9ce 100644 --- a/config/squidGuard/squidguard_log.php +++ b/config/squidGuard/squidguard_log.php @@ -60,11 +60,12 @@ if (!in_array( $mode, array("blocked", "fgui", "flog", "pconf", "fconf"))) $mode <?php $tab_array = array(); $tab_array[] = array(gettext("General settings"), false, "/pkg_edit.php?xml=squidguard.xml&id=0"); - $tab_array[] = array(gettext("Default"), false, "/pkg_edit.php?xml=squidguard_default.xml&id=0"); - $tab_array[] = array(gettext("ACL"), false, "/pkg.php?xml=squidguard_acl.xml"); - $tab_array[] = array(gettext("Destinations"), false, "/pkg.php?xml=squidguard_dest.xml"); + $tab_array[] = array(gettext("Common ACL"), false, "/pkg_edit.php?xml=squidguard_default.xml&id=0"); + $tab_array[] = array(gettext("Special ACL"), false, "/pkg.php?xml=squidguard_acl.xml"); + $tab_array[] = array(gettext("Target categories"),false, "/pkg.php?xml=squidguard_dest.xml"); $tab_array[] = array(gettext("Times"), false, "/pkg.php?xml=squidguard_time.xml"); $tab_array[] = array(gettext("Rewrites"), false, "/pkg.php?xml=squidguard_rewr.xml"); + $tab_array[] = array(gettext("Blacklist"), false, "/squidGuard/squidguard_blacklist.php"); $tab_array[] = array(gettext("Log"), true, "$selfpath"); display_top_tabs($tab_array); ?> @@ -132,9 +133,9 @@ if (!in_array( $mode, array("blocked", "fgui", "flog", "pconf", "fconf"))) $mode <?php include("fend.inc"); ?> -<script type="text/javascript"> +<!--script type="text/javascript"> NiftyCheck(); Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth"); -</script> +</script--> </body> </html>
\ No newline at end of file |