summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 15:31:59 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 15:31:59 +0200
commitf38500a2f10d4e1bfe4f7a40405043cefc05644f (patch)
tree9c3d31515efce34fbc90d251e77292e255037a42 /www-ssl
parent225398d87d56257e63f03504fb1a0452a8d9ae02 (diff)
delete old json auth service
Diffstat (limited to 'www-ssl')
-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>"
-));
-?>