mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2815 from laf/notifications-update
Added local rss file + tidied up locations of notifications and callback
This commit is contained in:
@@ -101,7 +101,7 @@ if ($options['f'] === 'perf_times') {
|
||||
}
|
||||
|
||||
if ($options['f'] === 'callback') {
|
||||
include_once 'callback.php';
|
||||
include_once 'includes/callback.php';
|
||||
}
|
||||
|
||||
if ($options['f'] === 'device_perf') {
|
||||
@@ -113,7 +113,7 @@ if ($options['f'] === 'device_perf') {
|
||||
}
|
||||
|
||||
if ($options['f'] === 'notifications') {
|
||||
include_once 'notifications.php';
|
||||
include_once 'includes/notifications.php';
|
||||
}
|
||||
|
||||
if ($options['f'] === 'purgeusers') {
|
||||
|
Reference in New Issue
Block a user