From fe27230c348fd567c0c226abe4350121a1e9a767 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 1 Feb 2009 16:33:09 +0000 Subject: [PATCH] MDL-10275 temporarily disabling old installer, stay tuned - new one will be ready soon ;-) --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index 09d707b27f..199b798fd8 100644 --- a/install.php +++ b/install.php @@ -10,6 +10,8 @@ if (file_exists('./config.php')) { $configfile = './config.php'; } +die('Working on a new installer, please create config.php manually. Sorry for the complication, skodak ;-)'); + ///==========================================================================// /// We are doing this in stages define ('WELCOME', 0); /// 0. Welcome and language settings -- 2.39.5