From 2b192b3840ac344c456b98304ea400f0af90da15 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 13 Jan 2024 16:12:11 +0100 Subject: Updated 46 files and deleted 19 files (automated) --- pages/api/wakeup-real.php | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 pages/api/wakeup-real.php (limited to 'pages/api/wakeup-real.php') diff --git a/pages/api/wakeup-real.php b/pages/api/wakeup-real.php deleted file mode 100644 index f00d5ea..0000000 --- a/pages/api/wakeup-real.php +++ /dev/null @@ -1,33 +0,0 @@ - [ - 'method' => 'POST', - 'header' => - "Content-Type: text/plain\r\n" . - "Title: " . formatPonypush("🥱 Wake up!") . "\r\n" . - "Priority: high\r\n" . - "Tags: wakeup\r\n" . - "Authorization: Basic " . base64_encode($ntfy["user"] . ":" . $ntfy["password"]), - 'content' => formatPonypush("Hey, $pony wants you to wake up!") - ] -])); - -die(); \ No newline at end of file -- cgit