Added error reporting zero to hide error.

This commit is contained in:
Prasath Mani 2018-11-08 16:40:58 +05:30
parent 8e6b3f288c
commit b0d0400267

View file

@ -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);