Removed duplicate constant
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 13:55:06 +0000 (14:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 13:55:06 +0000 (14:55 +0100)
Will be defined later by WCFSetup and the exceptions included by install.php do not care for what ever DEBUG_MODE is set to.

wcfsetup/install.php

index 047293c97468e878653eb3f68fd35ba460c9497a..94a16960d0703e31e39f252877e313cc51f5be0a 100644 (file)
@@ -10,7 +10,6 @@
 define('INSTALL_SCRIPT_DIR', dirname(__FILE__).'/');
 define('SETUP_FILE', INSTALL_SCRIPT_DIR . 'WCFSetup.tar.gz');
 define('NO_IMPORTS', 1);
-define('DEBUG_MODE', 'debug');
 
 // set exception handler
 set_exception_handler('handleException');