From e010845509c357982975c1233e1a93b788791e58 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 8 Apr 2008 17:43:26 +0000 Subject: Don't attempt to send headers after content --- installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 446b6a4e3..cb5f3febd 100644 --- a/installer/index.php +++ b/installer/index.php @@ -42,7 +42,7 @@ session_start(); // 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 '

The installer is disabled!

'; echo '

To enable it again, set $rcmail_config[\'enable_installer\'] = true; in config/main.inc.php

'; echo ''; -- cgit v1.2.3