From 59b9297a7ef3a907905f4a5dc5915bfca2264fa9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 21 May 2004 18:58:09 +0000 Subject: [PATCH] Temporary block on Special:Import for the beta cycle --- includes/SpecialImport.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index a7384250a8..52de966b3c 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -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(); -- 2.20.1