summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-15 19:19:56 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-15 19:19:56 +0200
commit5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 (patch)
tree6ee9073146ce514a98539a89376c66791aa1b735 /installer
parent2e79d8d539ebc1830553a49a8080d0356c9d9531 (diff)
Remove useless debug_level=8 and javascripts's rcube_console
Diffstat (limited to 'installer')
-rw-r--r--installer/config.php3
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>