Notifications
Manage and send push notifications to users
Notification Center
Send push notifications to all users
Recent Notifications
View your notification history
No notifications sent yet
Send your first notification using the form above
session_start(); if (!isset($_SESSION['admin'])) { header('location:login.php'); }