mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-15 07:37:18 -04:00
🔃 Sync Hub v0.6.2
This commit is contained in:
1 parent
be4ca42803
commit
ac8bbca37f
7 files changed
+4
-1
No files matched your search
@@ -43,6 +43,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
file_put_contents($file_path, $data);
|
||||
http_response_code(200);
|
||||
echo 'Data received and stored successfully';
|
||||
write_notification("[Plugin: Sync hub API] Data received", "info");
|
||||
} else {
|
||||
http_response_code(405);
|
||||
echo 'Method Not Allowed';
|
||||
|
||||
Reference in new issue
Block a user