authtest: do a better job of success/failure indication

This commit is contained in:
friendica
2013-12-17 16:35:22 -08:00
parent 9728a1303d
commit 44ead61339
3 changed files with 8 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ function post_init(&$a) {
if($test) {
$ret['success'] = true;
$ret['message'] .= 'Success' . EOL;
$ret['message'] .= 'Authentication Success!' . EOL;
json_return_and_die($ret);
}