1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Removed unexpected ob_end_flush() at the beginning of fileinspector.php

This commit is contained in:
Nick Liu 2020-03-31 19:51:11 -05:00
parent 0f961176d6
commit 89cac32c17
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

@ -10,7 +10,6 @@
*
*/
ob_implicit_flush(true);
ob_end_flush();
require_once('../class2.php');