Changeset e010845 in github


Ignore:
Timestamp:
Apr 8, 2008 1:43:26 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e19b4fe
Parents:
8b8bccf
Message:

Don't attempt to send headers after content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/index.php

    r8b8bccf re010845  
    4343  // exit if installation is complete 
    4444  if ($RCI->configured && !$RCI->getprop('enable_installer') && !$_SESSION['allowinstaller']) { 
    45     header("HTTP/1.0 404 Not Found"); 
     45    // header("HTTP/1.0 404 Not Found"); 
    4646    echo '<h2 class="error">The installer is disabled!</h2>'; 
    4747    echo '<p>To enable it again, set <tt>$rcmail_config[\'enable_installer\'] = true;</tt> in config/main.inc.php</p>'; 
Note: See TracChangeset for help on using the changeset viewer.