From 5fc9e7284c47221f13a39bbb3739d4e78f9c74bc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 19 Jun 2008 23:35:40 +0000 Subject: [PATCH] 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 --- maintenance/ourusers.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"; -- 2.20.1