Fix api login

This commit is contained in:
fabrixxm 2018-01-13 09:22:40 +01:00 committed by GitHub
parent 70942202c0
commit 2d0fe7a30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ function api_login(App $a)
}
}
if (DBM::is_result($record)) {
if (!DBM::is_result($record)) {
logger('API_login failure: ' . print_r($_SERVER, true), LOGGER_DEBUG);
header('WWW-Authenticate: Basic realm="Friendica"');
//header('HTTP/1.0 401 Unauthorized');