mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Fix for issue caused by previous commit
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@set_time_limit(10 * 60);
|
@set_time_limit(10 * 60);
|
||||||
@session_write_close();
|
//session_write_close();
|
||||||
@e107_ini_set("max_execution_time", 10 * 60);
|
@e107_ini_set("max_execution_time", 10 * 60);
|
||||||
while (@ob_end_clean()); // kill all output buffering else it eats server resources
|
//while (@ob_end_clean()); // kill all output buffering else it eats server resources
|
||||||
@ob_implicit_flush(TRUE);
|
//ob_implicit_flush(TRUE);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user