Revision: 2800
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2800&view=rev
Author:   owes
Date:     2009-05-05 20:02:53 +0000 (Tue, 05 May 2009)

Log Message:
-----------
Seems better to test for Blue or Orange network for 'Add Pinhole Rule' button

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

Modified: ipcop/trunk/html/cgi-bin/fwrules.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/fwrules.cgi        2009-05-05 18:01:05 UTC (rev 
2799)
+++ ipcop/trunk/html/cgi-bin/fwrules.cgi        2009-05-05 20:02:53 UTC (rev 
2800)
@@ -1924,9 +1924,7 @@
 END
     &printHiddenFormParams('addNewRule');
 
-    if (&FW::haveBlueNet() && &FW::haveGreenNet()
-        || (&FW::haveBlueNet()))
-    {
+    if (&FW::haveBlueNet() || &FW::haveOrangeNet()) {
         print <<END;
         </form>
     </td>


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to