1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +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

View File

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