Merge pull request #1523 from laf/issue-685

Dynamic dashboard
This commit is contained in:
Daniel Preussker
2015-08-01 10:06:28 +00:00
50 changed files with 14078 additions and 206 deletions
+12
View File
@@ -23,6 +23,18 @@
//
error_reporting(E_ERROR);
function set_debug($debug) {
if (isset($debug)) {
ini_set('display_errors', 1);
ini_set('display_startup_errors', 0);
ini_set('log_errors', 0);
ini_set('allow_url_fopen', 0);
ini_set('error_reporting', E_ALL);
}
}//end set_debug()
// Default directories
$config['project_name'] = 'LibreNMS';
$config['project_id'] = strtolower($config['project_name']);