update ips for our silly internal script... which really should not be in core mw...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 23:35:40 +0000 (23:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 23:35:40 +0000 (23:35 +0000)
maintenance/ourusers.php

index 66db9d5..2f426a5 100644 (file)
@@ -41,15 +41,17 @@ if ( @$argv[1] == 'yaseo' ) {
                'localhost',
                '10.0.%',
                '66.230.200.%',
+               '208.80.152.%',
        );
 }
 
 $databases = array(
        '%wik%',
+       'centralauth',
 );
 
-print "/*!40100 set old_passwords=1 */;";
-print "/*!40100 set global old_passwords=1 */;";
+print "/*!40100 set old_passwords=1 */;\n";
+print "/*!40100 set global old_passwords=1 */;\n";
 
 foreach( $hosts as $host ) {
        print "--\n-- $host\n--\n\n-- wikiuser\n\n";