add first URL blacklist in config interface

This commit is contained in:
Thomas NOËL 2013-10-30 17:44:15 +01:00
parent fd71b137e4
commit 58ac7d9bb3
2 changed files with 10 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function univnautes_sync() {
"mdspca", "mdspcrt",
"wlca", "wlstaticips",
"mdlocal",
"userbl", "macbl" );
"userbl", "macbl", "firsturlbl" );
foreach($b64s as $b64) {
if (isset($conf[$b64]) && strlen($conf[$b64]) > 0) {
$data = base64_decode($conf[$b64]);

View File

@ -272,5 +272,14 @@
<rows>4</rows>
<cols>66</cols>
</field>
<field>
<fielddescr>First URLs blacklist</fielddescr>
<fieldname>firsturlbl</fieldname>
<encoding>base64</encoding>
<description>URLs that are not web pages: captive portal should not handle them. Format: one regex per line.</description>
<type>textarea</type>
<rows>4</rows>
<cols>66</cols>
</field>
</fields>
</packagegui>