Revert "MDL-39474 Library: Make a fast way to check developer debug mode"

There were multiple problems discovered.

This reverts commit 5c92e7a740.

Conflicts:
	admin/cli/install.php
This commit is contained in:
Dan Poltawski
2013-06-18 15:07:22 +08:00
parent da107ae428
commit 3d164e1ef4
6 changed files with 3 additions and 20 deletions
-1
View File
@@ -151,7 +151,6 @@ $CFG->docroot = 'http://docs.moodle.org';
$CFG->running_installer = true;
$CFG->early_install_lang = true;
$CFG->ostype = (stristr(PHP_OS, 'win') && !stristr(PHP_OS, 'darwin')) ? 'WINDOWS' : 'UNIX';
$CFG->developerdebug = true;
$CFG->dboptions = array();
$parts = explode('/', str_replace('\\', '/', dirname(dirname(__FILE__))));