]> git.mxchange.org Git - friendica.git/commitdiff
line 86: s/Friendika/Friendica/
authorSimon <simon@kisikew.org>
Sun, 1 Apr 2012 07:52:45 +0000 (04:52 -0300)
committerSimon <simon@kisikew.org>
Sun, 1 Apr 2012 07:52:45 +0000 (04:52 -0300)
include/api.php

index 64772d6575a54ce2029864df781b24b4f41ee7b5..065f14cffbd4023bba14dbd19200acad1ab03f1e 100755 (executable)
@@ -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');
                }