Added notifications poller,page,schema,display

This commit is contained in:
Daniel Preussker
2015-09-27 15:35:33 +00:00
parent ced49e02d4
commit 0ff693bd0e
8 changed files with 448 additions and 0 deletions

View File

@@ -103,3 +103,7 @@ if ($options['f'] === 'device_perf') {
}
}
}
if ($options['f'] === 'notifications') {
include_once 'notifications.php';
}