This commit is contained in:
flash 2015-04-01 17:30:18 +02:00
parent a0d46f25e6
commit 69e9582e90

View file

@ -10,7 +10,8 @@ namespace Sakura;
// Error Reporting: 0 for production and -1 for testing
error_reporting(-1);
// Start output buffering
// Start output buffering with gzip and no gzip fallback
if(!ob_start('ob_gzhandler'))
ob_start();
// Define Sakura version