Not maintained notice
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 11 Aug 2004 09:49:41 +0000 (09:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 11 Aug 2004 09:49:41 +0000 (09:49 +0000)
maintenance/importPhase2.php

index 42120e2..76b7809 100644 (file)
@@ -21,6 +21,9 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 # http://www.gnu.org/copyleft/gpl.html
 
+die( "This import script is not currently maintained.
+If you need it you'll have to modify it as necessary.\n");
+
 if ( ! is_readable( "../LocalSettings.php" ) ) {
        print "A copy of your installation's LocalSettings.php\n" .
          "must exist in the source directory.\n";