From: Tim Starling Date: Tue, 27 Jul 2004 13:54:03 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.5.0alpha1~2588 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=487dbb2f5c869a69cbd02c28dd2bdaee855b0ada;p=lhc%2Fweb%2Fwiklou.git bug fix --- 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 <<