From: Brion Vibber Date: Thu, 19 Jun 2008 23:35:40 +0000 (+0000) Subject: update ips for our silly internal script... which really should not be in core mw... X-Git-Tag: 1.31.0-rc.0~46929 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=5fc9e7284c47221f13a39bbb3739d4e78f9c74bc;p=lhc%2Fweb%2Fwiklou.git update ips for our silly internal script... which really should not be in core mw, but in a separate module for our internal scritps :D --- diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index 66db9d5387..2f426a574d 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -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";