From: skodak Date: Sun, 1 Feb 2009 16:33:09 +0000 (+0000) Subject: MDL-10275 temporarily disabling old installer, stay tuned - new one will be ready... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe27230c348fd567c0c226abe4350121a1e9a767;p=moodle.git MDL-10275 temporarily disabling old installer, stay tuned - new one will be ready soon ;-) --- 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