From 487dbb2f5c869a69cbd02c28dd2bdaee855b0ada Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 27 Jul 2004 13:54:03 +0000 Subject: [PATCH] bug fix --- maintenance/ourusers.php | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index 17f341d06d..4d543fed8a 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -5,19 +5,19 @@ $wikisql_pass = `wikisql_pass`; $hosts = array( 'localhost', - '207.142.131.226' - '207.142.131.227' - '207.142.131.228' - '207.142.131.229' - '207.142.131.230' - '207.142.131.231' - '207.142.131.232' - '207.142.131.233' - '207.142.131.234' - '207.142.131.237' - '207.142.131.238' - '207.142.131.239' - '207.142.131.243' + '207.142.131.226', + '207.142.131.227', + '207.142.131.228', + '207.142.131.229', + '207.142.131.230', + '207.142.131.231', + '207.142.131.232', + '207.142.131.233', + '207.142.131.234', + '207.142.131.237', + '207.142.131.238', + '207.142.131.239', + '207.142.131.243', '207.142.131.244' ); @@ -37,7 +37,7 @@ foreach( $hosts as $host ) { } print "\n-- wikisql\n\n"; foreach ( $databases as $db ) { - print <<