From a41e47b351064d44fc40542309dd9af30ac5c8b6 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 25 Sep 2004 14:02:04 +0000 Subject: [PATCH] various modifications found lying around in the live copy. Some of these should probably be incorporated into the main development branches --- maintenance/ourusers.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index be35586dd6..d8f0244f91 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -12,6 +12,12 @@ $wikisql_pass = `wikisql_pass`; $hosts = array( 'localhost', + '207.142.131.194', + '207.142.131.195', + '207.142.131.196', + '207.142.131.197', + '207.142.131.198', + '207.142.131.199', '207.142.131.226', '207.142.131.227', '207.142.131.228', @@ -25,7 +31,10 @@ $hosts = array( '207.142.131.238', '207.142.131.239', '207.142.131.243', - '207.142.131.244' + '207.142.131.244', + '207.142.131.249', + '207.142.131.250', + ); $databases = array( -- 2.20.1