Import MaintenanceShell v0.2.4

Imported from http://swiftlytilting.com/downloads/MaintenanceShell.0.2.4.zip

Originally released at 9 May 2010 22:14 (UTC)
diff --git a/MaintenanceShell.i18n.php b/MaintenanceShell.i18n.php
index 66b8605..837d816 100644
--- a/MaintenanceShell.i18n.php
+++ b/MaintenanceShell.i18n.php
@@ -58,4 +58,3 @@
 $messages['de-formal'] = array(

 'maintshell-warning'       => '<b><u>Achtung:</u> Setzen Sie diese Skripte sorgf&auml;ltig ein. Dies wird zudem nur Systemadministratoren und fortgeschrittenen Nutzern empfohlen.</b>',

 );

-);

diff --git a/MaintenanceShell.php b/MaintenanceShell.php
index 5e100b3..b1d508c 100644
--- a/MaintenanceShell.php
+++ b/MaintenanceShell.php
@@ -12,7 +12,7 @@
 	'url' => 'http://www.mediawiki.org/wiki/Extension:MaintenanceShell',

 	'description' => 'Adds a special page to provide access to maintenance scripts.',

 	'descriptionmsg' => 'maintenanceshell-desc',

-	'version' => '0.2.3',

+	'version' => '0.2.4',

 );

 

 $dir = dirname(__FILE__) . '/';

@@ -64,7 +64,7 @@
 		return;

 	}

 

-	echo '<a href="' . $_SERVER['SCRIPT_NAME'] . '?title=' . $maintshell_pagename . '>'. wfMsg_MS('maintshell-return') .  '</a>';

+	echo '<a href="' . $_SERVER['SCRIPT_NAME'] . '?title=' . $maintshell_pagename . '">'. wfMsg_MS('maintshell-return') .  '</a>';

 

 	echo '<hr />';

 	if (array_key_exists('script', $_REQUEST) and (($script = trim($_REQUEST['script'])) !== ''))