webui: Relocate Alerts menu

Plugins menu is moved to the Overview menu (this is basically just weathermap anyway)
This commit is contained in:
Tony Murray
2016-09-11 23:41:41 -05:00
parent 195a8ee349
commit 122aae85bf
4 changed files with 48 additions and 44 deletions

View File

@@ -58,6 +58,7 @@ class Plugins
include $file;
$pluginFullName = 'LibreNMS\\Plugins\\' . $pluginName;
if (class_exists($pluginFullName)) {
$pluginName = $pluginFullName;
$plugin = new $pluginFullName;
} elseif (class_exists($pluginName)) {
$plugin = new $pluginName;