projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31f372
)
Removed duplicate constant
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 4 Nov 2011 13:55:06 +0000
(14:55 +0100)
committer
Alexander 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
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install.php
b/wcfsetup/install.php
index 047293c97468e878653eb3f68fd35ba460c9497a..94a16960d0703e31e39f252877e313cc51f5be0a 100644
(file)
--- 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');