From 752e33a80504d34a6735d1b60d95140145527c80 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 11 Aug 2004 09:49:41 +0000 Subject: [PATCH] Not maintained notice --- maintenance/importPhase2.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintenance/importPhase2.php b/maintenance/importPhase2.php index 42120e295f..76b78090b7 100644 --- a/maintenance/importPhase2.php +++ b/maintenance/importPhase2.php @@ -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"; -- 2.20.1