. */ /** * @brief create notification script * * * @file * @author * @date $date$ * @version $Revision$ * @ingroup admin */ $core_tools = new core_tools(); $core_tools->test_user(); require_once 'modules/notifications/class/class_schedule_notifications.php'; $ScheduleNotifications = new ScheduleNotifications(); $ScheduleNotifications->createScriptNotification($_POST['notification_sid'], $_POST['notification_id']); echo "{status : 0}"; exit;