mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-05-05 23:05:19 +02:00
Added error reporting zero to hide error.
This commit is contained in:
parent
8e6b3f288c
commit
b0d0400267
@ -68,6 +68,9 @@ $GLOBALS['exclude_items'] = array();
|
||||
// Google Docs Viewer
|
||||
$GLOBALS['online_viewer'] = true;
|
||||
|
||||
// Turn off all error reporting
|
||||
error_reporting(0);
|
||||
|
||||
// include user config php file
|
||||
if (defined('FM_CONFIG') && is_file(FM_CONFIG)) {
|
||||
include(FM_CONFIG);
|
||||
|
Loading…
x
Reference in New Issue
Block a user