X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Frssaction.php;h=3c75dfa6e49f5e244a8d9bbe4c92628ccec6b0eb;hb=93cea712eff597199fd596e9752d2e532e0e6f24;hp=dfaad06358f3021f2e063389b85ea22ccc1a7d9c;hpb=26703076f66f77f337559416cc02101c532d7aa8;p=quix0rs-gnu-social.git diff --git a/lib/rssaction.php b/lib/rssaction.php index dfaad06358..3c75dfa6e4 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -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();