From ca07d777b1a35b43d587e7302346b35a8c4dece2 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 6 Jun 2023 19:40:32 +0200 Subject: Added includes/luna.php (automated) --- includes/luna.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 includes/luna.php (limited to 'includes/luna.php') diff --git a/includes/luna.php b/includes/luna.php new file mode 100644 index 0000000..ceb9266 --- /dev/null +++ b/includes/luna.php @@ -0,0 +1,20 @@ + [ + 'method' => 'POST', + 'header' => + "Content-Type: text/plain\r\n" . + "Title: " . formatPonypush("⚠️ Luna is out of support") . "\r\n" . + "Tags: reminder\r\n" . + "Authorization: Basic " . base64_encode($ntfy["user"] . ":" . $ntfy["password"]), + 'content' => formatPonypush("Luna is now out of support on Windows, Linux, macOS, Chrome OS and Android. It is recommended that you uninstall the application before the servers are disabled later this summer.") + ] +])); \ No newline at end of file -- cgit