Added a setting that allows the admin to enable/disable the benchmark
authorMarcel Werk <burntime@woltlab.com>
Fri, 25 Nov 2011 18:21:36 +0000 (19:21 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 25 Nov 2011 18:21:36 +0000 (19:21 +0100)
commit0c07c50ca369dab91570d54725dbfe302fd6aae1
tree8424a9b6334bc9ba5bb3babf4ed12f657d6475a6
parentd1121262fde42d9cb693609b591bff9aca046b4f
Added a setting that allows the admin to enable/disable the benchmark

Also changed the behavior of the debug_mode setting
15 files changed:
com.woltlab.wcf/option.xml
com.woltlab.wcf/template/benchmark.tpl [new file with mode: 0644]
com.woltlab.wcf/template/footer.tpl
com.woltlab.wcf/template/userException.tpl
wcfsetup/install/files/acp/style/style.css
wcfsetup/install/files/acp/templates/benchmark.tpl [new file with mode: 0644]
wcfsetup/install/files/acp/templates/footer.tpl
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php
wcfsetup/install/files/lib/system/exception/AJAXException.class.php
wcfsetup/install/files/lib/system/exception/LoggedException.class.php
wcfsetup/install/files/lib/system/exception/SystemException.class.php
wcfsetup/install/files/lib/system/exception/UserException.class.php
wcfsetup/install/files/options.inc.php