delete old json auth service

This commit is contained in:
Philip Häusler 2011-06-03 15:31:59 +02:00
parent 225398d87d
commit f38500a2f1
1 changed files with 0 additions and 8 deletions

View File

@ -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>"
));
?>