diff --git a/bin/monitor.php b/bin/monitor.php index b53857ff6..d1c74b394 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -9,7 +9,7 @@ require_once(dirname(__FILE__) . "/../lib/showsleep.php"); require_once(dirname(__FILE__) . "/../lib/functions.php"); -$version = "0.3r1139"; +$version = "0.3r1140"; $db = new DB(); $functions = new Functions(); diff --git a/python/requestid_threaded.py b/python/requestid_threaded.py index 47096c741..92cbc6e69 100644 --- a/python/requestid_threaded.py +++ b/python/requestid_threaded.py @@ -34,7 +34,7 @@ except ImportError: import urllib.request as httplib try: - r1 = urllib.urlopen("http://predb_irc.nzedb.com").getcode() + r1 = urllib.urlopen("http://reqid.nzedb.com").getcode() if r1 == 200: web = True else: