diff options
author | D. V. Serg <dvserg@pfsense.org> | 2008-01-22 06:28:18 +0000 |
---|---|---|
committer | D. V. Serg <dvserg@pfsense.org> | 2008-01-22 06:28:18 +0000 |
commit | ca8fe5863fa09a03f461f33e67ef83127a47b17a (patch) | |
tree | 4078c49072c7c1c125683b68bbf528f7c88afc32 | |
parent | 8545a12a3d793f9c790957447ac399a94ba8d954 (diff) | |
download | pfsense-packages-ca8fe5863fa09a03f461f33e67ef83127a47b17a.tar.gz pfsense-packages-ca8fe5863fa09a03f461f33e67ef83127a47b17a.tar.bz2 pfsense-packages-ca8fe5863fa09a03f461f33e67ef83127a47b17a.zip |
blacklist changes
-rw-r--r-- | packages/squidGuard/squidguard.inc | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/packages/squidGuard/squidguard.inc b/packages/squidGuard/squidguard.inc index 63663aaf..c4620831 100644 --- a/packages/squidGuard/squidguard.inc +++ b/packages/squidGuard/squidguard.inc @@ -888,35 +888,16 @@ function make_grid_general_items($id = '') // ----------------------------------------------------------------------------- function make_grid_blacklist() { - $style1 = ''; // 'style="background-color: ##CCCCC2;"'; + $style1 = ''; $style2 = 'class=vtable'; $style2 = ''; $e_size = '90'; $res = ''; $res .= "<table width='100%'>"; - $res .= "<tr $style1><td><b>Proxy</b> settings</b></td>"; - $res .= "<td $style1><input name='blacklist_proxy' id='blacklist_proxy' type='text' size='$e_size'></td></tr>"; - $res .= "<tr><td $style1> </td> - <td>Blacklist upload proxy - enter here, or leave blank.<br> - Format: host:[port login:pass] . Default proxy port 1080. <br> - Example: '192.168.0.1:8080 user:pass' - </td></tr>"; - $res .= "<tr><td $style3>Load from <b>Url </b></td> <td $style3><input name='blacklist_url' id='blacklist_url' - type='text' size='$e_size' value='http://squidguard.mesd.k12.or.us/blacklists.tgz'></td></tr>"; - $res .= "<tr><td $style1> </td> - <td>FTP, HTTP or LOCAL (pfSense) path to blacklist archive enter here, or leave blank.<br></td></tr>"; // button $res .= "<tr><td $style3> </td> <td $style3><input name='submit' value='" . BLACKLIST_BTN_URL . "' type='submit'></td></tr>"; - -# $res .= "<tr><td $style3>Load from <b>Default</b></td> <td $style3><b>" . /*BLACKLIST_DEFAULT_URL .*/ "</b></td> <td $style3><input name='submit' value='" . -# BLACKLIST_BTN_STD . "' type='submit'></td></tr>"; - -# $res .= "<tr><td $style1>Load from <b>File</b></td> <td $style1><input name='blacklist_file' id='blacklist_file' -# type='file' size='$e_size'></td> <td $style1><input name='submit' value='" . BLACKLIST_BTN_FILE . -# "' type='submit'></td></tr>"; - $res .= "</table>"; return $res; } |