Files

10 lines
156 B
PHP
Raw Permalink Normal View History

2011-09-19 02:27:33 +00:00
<?php
use LibreNMS\Config;
foreach (glob(Config::get('install_dir').'/'.$include_dir.'/*.inc.php') as $file) {
include $file;
}
2011-09-19 02:27:33 +00:00
unset($include_dir);