Temporary block on Special:Import for the beta cycle
[lhc/web/wiklou.git] / 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();