summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/auth.php
blob: 143ea8c85c9a6321ef1a98c906882e062bbaa8a2 (plain)
1
2
3
4
5
6
7
8
<?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>"
));
?>