Revision: 7259
          http://sourceforge.net/p/ipcop/svn/7259
Author:   owes
Date:     2014-02-28 09:42:51 +0000 (Fri, 28 Feb 2014)
Log Message:
-----------
Drop message about URL filter disabled for now.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/urlfilter.cgi

Modified: ipcop/trunk/html/cgi-bin/urlfilter.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/urlfilter.cgi      2014-02-28 09:23:51 UTC (rev 
7258)
+++ ipcop/trunk/html/cgi-bin/urlfilter.cgi      2014-02-28 09:42:51 UTC (rev 
7259)
@@ -520,9 +520,10 @@
 }
 
 if (($tcsettings{'MODE'} eq 'TIMECONSTRAINT') && ($tcsettings{'ACTION'} eq 
$Lang::tr{'restart urlfilter'})) {
-    if ($filtersettings{'ENABLED'} ne 'on') {
-        $errormessage .= "$Lang::tr{'urlfilter not enabled'}<br />";
-    }
+    # does not work, we do not have settings from configfile yet.
+    #if ($filtersettings{'ENABLED'} ne 'on') {
+    #    $errormessage .= "$Lang::tr{'urlfilter not enabled'}<br />";
+    #}
     if ($proxysettings{'ENABLE_REDIRECTOR'} ne 'on') {
         $errormessage .= "$Lang::tr{'redirectors are disabled'}<br />";
     }
@@ -724,9 +725,10 @@
 }
 
 if (($uqsettings{'MODE'} eq 'USERQUOTA') && ($uqsettings{'ACTION'} eq 
$Lang::tr{'restart urlfilter'})) {
-    if ($filtersettings{'ENABLED'} ne 'on') {
-        $errormessage .= "$Lang::tr{'urlfilter not enabled'}<br />";
-    }
+    # does not work, we do not have settings from configfile yet.
+    #if ($filtersettings{'ENABLED'} ne 'on') {
+    #    $errormessage .= "$Lang::tr{'urlfilter not enabled'}<br />";
+    #}
     if (!($proxysettings{'ENABLE_REDIRECTOR'} eq 'on')) {
         $errormessage .= "$Lang::tr{'redirectors are disabled'}<br />";
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to