Merge pull request #2815 from laf/notifications-update

Added local rss file + tidied up locations of notifications and callback
This commit is contained in:
Daniel Preussker
2016-01-20 20:01:07 +00:00
5 changed files with 21 additions and 4 deletions

View File

@@ -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') {