diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-15 19:19:56 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-15 19:19:56 +0200 |
commit | 5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 (patch) | |
tree | 6ee9073146ce514a98539a89376c66791aa1b735 /installer/config.php | |
parent | 2e79d8d539ebc1830553a49a8080d0356c9d9531 (diff) |
Remove useless debug_level=8 and javascripts's rcube_console
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/installer/config.php b/installer/config.php index fd7932af4..8b98dbef6 100644 --- a/installer/config.php +++ b/installer/config.php @@ -198,9 +198,6 @@ echo '<label for="cfgdebug1">Log errors</label><br />'; echo $check_debug->show(($value & 4) ? 4 : 0, array('value' => 4, 'id' => 'cfgdebug4')); echo '<label for="cfgdebug4">Print errors (to the browser)</label><br />'; -echo $check_debug->show(($value & 8) ? 8 : 0, array('value' => 8, 'id' => 'cfgdebug8')); -echo '<label for="cfgdebug8">Verbose display (enables debug console)</label><br />'; - ?> </dd> |