Temporary block on Special:Import for the beta cycle
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 21 May 2004 18:58:09 +0000 (18:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 21 May 2004 18:58:09 +0000 (18:58 +0000)
includes/SpecialImport.php

index a738425..52de966 100644 (file)
@@ -21,6 +21,11 @@ function wfSpecialImport( $page = "" ) {
        global $wgOut, $wgLang, $wgRequest, $wgTitle;
        global $wgImportSources;
        
+       ###
+       $wgOut->addWikiText( "Special:Import is not ready for this beta release, sorry." );
+       return;
+       ###
+       
        if( $wgRequest->wasPosted() && $wgRequest->getVal( 'action' ) == 'submit') {
                $importer = new WikiImporter();