From 1d2edc9e055244fd8a5cecf9e46163a82178e00d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 Nov 2011 14:55:06 +0100 Subject: [PATCH] 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. --- wcfsetup/install.php | 1 - 1 file changed, 1 deletion(-) 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'); -- 2.20.1