Merge remote-tracking branch 'upstream/develop' into receive_participation

This commit is contained in:
Michael 2018-01-13 08:29:44 +00:00
commit 915419ace3

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); logger('API_login failure: ' . print_r($_SERVER, true), LOGGER_DEBUG);
header('WWW-Authenticate: Basic realm="Friendica"'); header('WWW-Authenticate: Basic realm="Friendica"');
//header('HTTP/1.0 401 Unauthorized'); //header('HTTP/1.0 401 Unauthorized');