summaryrefslogtreecommitdiff
path: root/maintenance/mctest.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
commitcecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch)
tree17266aa237742640aabee7856f0202317a45d540 /maintenance/mctest.php
parent0bac06c301f2a83edb0236e4c2434da16848d549 (diff)
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert kleine Korrekturen am Design
Diffstat (limited to 'maintenance/mctest.php')
-rw-r--r--maintenance/mctest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/maintenance/mctest.php b/maintenance/mctest.php
index f8f4b965..dbf99f62 100644
--- a/maintenance/mctest.php
+++ b/maintenance/mctest.php
@@ -1,5 +1,5 @@
<?php
-/* $Id: mctest.php 16738 2006-10-02 17:04:13Z brion $ */
+/* $Id: mctest.php 19364 2007-01-17 00:54:54Z brion $ */
$optionsWithArgs = array( 'i' );
@@ -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'];