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:
@@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user