Commit 6708127 1 parent ae8a9fc commit 6708127 Copy full SHA for 6708127
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
require BASE . 'install/includes/config.php ' ;
12
12
13
13
ini_set ('max_execution_time ' , 300 );
14
- if ( ob_get_length () > 0 ) {
15
- ob_implicit_flush ();
16
- ob_end_flush ();
17
- }
14
+
15
+ @ ob_end_flush ();
16
+ ob_implicit_flush ();
17
+
18
18
header ('X-Accel-Buffering: no ' );
19
19
20
20
if (!$ error ) {
Original file line number Diff line number Diff line change 12
12
require BASE . 'install/includes/locale.php ' ;
13
13
14
14
ini_set ('max_execution_time ' , 300 );
15
- if ( ob_get_length () > 0 ) {
16
- ob_implicit_flush ();
17
- ob_end_flush ();
18
- }
15
+
16
+ @ ob_end_flush ();
17
+ ob_implicit_flush ();
18
+
19
19
header ('X-Accel-Buffering: no ' );
20
20
/*
21
21
if(isset($config['installed']) && $config['installed'] && !isset($_SESSION['saved'])) {
You can’t perform that action at this time.
0 commit comments