From: Alexander Ebert Date: Fri, 4 Nov 2011 13:55:06 +0000 (+0100) Subject: Removed duplicate constant X-Git-Tag: 2.0.0_Beta_1~1621^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d2edc9e055244fd8a5cecf9e46163a82178e00d;p=GitHub%2FWoltLab%2FWCF.git Removed duplicate constant Will be defined later by WCFSetup and the exceptions included by install.php do not care for what ever DEBUG_MODE is set to. --- diff --git a/wcfsetup/install.php b/wcfsetup/install.php index 047293c974..94a16960d0 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -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');