mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update require.php
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
|
||||
//set the error reporting
|
||||
ini_set('display_errors', '1');
|
||||
error_reporting($conf['error.reporting']);
|
||||
//error_reporting($conf['error.reporting']);
|
||||
error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
||||
|
||||
|
||||
//get the database connection settings
|
||||
//$db_type = $settings['database']['type'];
|
||||
|
||||
Reference in New Issue
Block a user