From 0417260bf158c5d7b62888dae2e202b0de115a05 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 10 Aug 2022 00:04:25 +0200 Subject: Initial commit --- api/emergency.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 api/emergency.php (limited to 'api/emergency.php') diff --git a/api/emergency.php b/api/emergency.php new file mode 100644 index 0000000..eb2a054 --- /dev/null +++ b/api/emergency.php @@ -0,0 +1,19 @@ + [ + 'method' => 'POST', + 'header' => + "Content-Type: text/plain\r\n" . + "Title: [Test] ⚠️🆘 EMERGENCY ⚠️🆘\r\n" . + "Priority: urgent\r\n" . + "Tags: emergency", + 'content' => "[This notification is test] This is an emergency, " . $_PROFILE['name'] . " is in need of IMMEDIATE help. Please act now! [This notification is test]" + ] +])); + +die(); \ No newline at end of file -- cgit