From e010845509c357982975c1233e1a93b788791e58 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 08 Apr 2008 13:43:26 -0400 Subject: [PATCH] Don't attempt to send headers after content --- installer/index.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/index.php b/installer/index.php index 446b6a4..cb5f3fe 100644 --- a/installer/index.php +++ b/installer/index.php @@ -42,7 +42,7 @@ // exit if installation is complete if ($RCI->configured && !$RCI->getprop('enable_installer') && !$_SESSION['allowinstaller']) { - header("HTTP/1.0 404 Not Found"); + // header("HTTP/1.0 404 Not Found"); echo '<h2 class="error">The installer is disabled!</h2>'; echo '<p>To enable it again, set <tt>$rcmail_config[\'enable_installer\'] = true;</tt> in config/main.inc.php</p>'; echo '</div></body></html>'; -- Gitblit v1.9.1