~xpattern/xpattern/admin-ui

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Michael Manfre
  • Date: 2008-01-18 05:00:59 UTC
  • Revision ID: mmanfre@gmail.com-20080118050059-q7vnewhkiep6b36y
Prevent headers from garbage in xpattern.config.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
$HeadURL: http://svn.textpattern.com/development/4.0/index.php $
4
4
$LastChangedRevision: 2481 $
5
5
*/
 
6
        ob_start(NULL, 2048);
6
7
        include_once 'xpattern.config.php';
 
8
        ob_end_clean();
7
9
 
8
10
        // Make sure we display all errors that occur during initialization
9
11
        error_reporting(E_ALL);