StatusNet to GNU social renaming in minor places

This commit is contained in:
Mikael Nordfeldth
2015-02-27 12:55:08 +01:00
parent 8fac7a9f6c
commit 7e65f4f6ea
4 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ class Rss10Action extends Action
if (!isset($_SERVER['PHP_AUTH_USER'])) {
// This header makes basic auth go
header('WWW-Authenticate: Basic realm="StatusNet RSS"');
header('WWW-Authenticate: Basic realm="GNU social RSS"');
// If the user hits cancel -- bam!
$this->show_basic_auth_error();