diff -ru --exclude=.svn 0.6.4.2/actions/api.php 0.6.4.2_1/actions/api.php --- 0.6.4.2/actions/api.php 2009-01-21 16:48:52.000000000 +0000 +++ 0.6.4.2_1/actions/api.php 2009-01-21 16:48:53.000000000 +0000 @@ -51,7 +51,8 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) { # This header makes basic auth go - header('WWW-Authenticate: Basic realm="Laconica API"'); + #header('WWW-Authenticate: Basic realm="Laconica API"'); + header('WWW-Authenticate: Basic realm="SourceForge.net Authentication"'); # If the user hits cancel -- bam! $this->show_basic_auth_error();