summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/nonpublic/auth.php')
-rw-r--r--www-ssl/nonpublic/auth.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/www-ssl/nonpublic/auth.php b/www-ssl/nonpublic/auth.php
deleted file mode 100644
index 143ea8c8..00000000
--- a/www-ssl/nonpublic/auth.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-// Bleibt erstmal, damit Benutzer, die die Schnittstelle nutzen mitkriegen, dass diese Umgezogen ist
-echo json_encode(array (
- 'status' => 'failed',
- 'error' => "JSON Service moved to https://engelsystem.de/?auth&user=<user>&pw=<password>&so=<key>"
-));
-?>