X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fapi.php;h=065f14cffbd4023bba14dbd19200acad1ab03f1e;hb=9c4fca446bdff87d7858fdbf52bb2bed7fb70960;hp=64772d6575a54ce2029864df781b24b4f41ee7b5;hpb=75f3d41da2d85cb61ac627807011c312b96e3bb1;p=friendica.git diff --git a/include/api.php b/include/api.php index 64772d6575..065f14cffb 100755 --- a/include/api.php +++ b/include/api.php @@ -83,7 +83,7 @@ $record = $r[0]; } else { logger('API_login failure: ' . print_r($_SERVER,true), LOGGER_DEBUG); - header('WWW-Authenticate: Basic realm="Friendika"'); + header('WWW-Authenticate: Basic realm="Friendica"'); header('HTTP/1.0 401 Unauthorized'); die('This api requires login'); }