ok so gzip was fucking up the errors

This commit is contained in:
flash 2015-04-02 15:29:30 +02:00
parent 80bef09e83
commit f3f375185e

View file

@ -18,9 +18,8 @@ error_reporting(-1);
ini_set('log_errors', 1); ini_set('log_errors', 1);
ini_set('error_log', ROOT .'errors.log'); ini_set('error_log', ROOT .'errors.log');
// Start output buffering with gzip and no gzip fallback // Start output buffering
//if(!ob_start('ob_gzhandler')) ob_start();
ob_start();
// Include Configuration // Include Configuration
require_once ROOT .'_sakura/config/config.php'; require_once ROOT .'_sakura/config/config.php';