Python: Patch to ipcheck.py to support SMC Barricade 7004 AWBR

This work is dedicated to the
Public Domain.
This patch, sent to the maintainer, is against version 0.207. Get the latest version at: http://ipcheck.sourceforge.net/.
--- ipcheck.py 2003-11-18 16:35:33.000000000 -0800
+++ ipcheck.py 2003-11-18 16:35:33.000000000 -0800
@@ -2687,7 +2687,7 @@
try:
logger.logit("Try to post to form")
- params = urllib.urlencode({'pws': opt_Barricade_password})
+ params = urllib.urlencode({'pws': opt_Barricade_password, 'page': 'login'})
ipurl = "http://" + iphost + ":" + ipport + loginaction
logger.logit("urlopen " + ipurl)
urlfp = urllib.urlopen(ipurl, params)