Fix bug when using Mediawiki Installer.
[lhc/web/wiklou.git] / maintenance / mctest.php
index 316620d..6446d14 100644 (file)
@@ -16,8 +16,6 @@ function microtime_float()
 
 if ( isset( $args[0] ) ) {
        $wgMemCachedServers = array( $args[0] );
-} else {
-       $wgMemCachedServers[] = 'localhost';
 }
 if ( isset( $options['i'] ) ) {
        $iterations = $options['i'];
@@ -57,4 +55,4 @@ foreach ( $wgMemCachedServers as $server ) {
 }
 
 
-?>
+