From 475c5731bf3362b6ac8d2dc5d5b43e4b4a6117bd Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 21 Mar 2023 16:21:21 +0100 Subject: Updated 26 files and added 1074 files (automated) --- pages/api/pleasure.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pages/api/pleasure.php (limited to 'pages/api/pleasure.php') diff --git a/pages/api/pleasure.php b/pages/api/pleasure.php new file mode 100644 index 0000000..b300a70 --- /dev/null +++ b/pages/api/pleasure.php @@ -0,0 +1,35 @@ + [ + 'method' => 'POST', + 'header' => + "Content-Type: text/plain\r\n" . + "Title: [Test] 🏩 $pony wants to play for a bit\r\n" . + "Priority: high\r\n" . + "Tags: pleasure\r\n" . + "Authorization: Basic " . base64_encode($ntfy["user"] . ":" . $ntfy["password"]), + 'content' => "[This is a test] Hey, $pony wants to play and have fun for a bit, get up!" + ] +])); + +die(); \ No newline at end of file -- cgit