1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Fix for issue caused by previous commit

This commit is contained in:
CaMer0n
2012-07-23 05:35:55 +00:00
parent d5a3b29340
commit 1757cb54f9

View File

@@ -21,10 +21,10 @@
if (!defined('e107_INIT')) { exit; }
@set_time_limit(10 * 60);
@session_write_close();
//session_write_close();
@e107_ini_set("max_execution_time", 10 * 60);
while (@ob_end_clean()); // kill all output buffering else it eats server resources
@ob_implicit_flush(TRUE);
//while (@ob_end_clean()); // kill all output buffering else it eats server resources
//ob_implicit_flush(TRUE);
/*