]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface design: change API name in API login box
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 2 Apr 2008 14:57:28 +0000 (14:57 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 2 Apr 2008 14:57:28 +0000 (14:57 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@91 b3834d28-1941-0410-a4f8-b48e95affb8f

api/httpauth.inc.php

index bc265824fd72f6903aaf8453eb06bd330735c50c..e33116ab8486309acb9cfb6fd8493aae9adbeaf0 100644 (file)
@@ -3,7 +3,7 @@
 //  with the user's info.
 
 function authenticate() {
-    header('WWW-Authenticate: Basic realm="del.icio.us API"');
+    header('WWW-Authenticate: Basic realm="SemanticScuttle API"');
     header('HTTP/1.0 401 Unauthorized');
     die("Use of the API calls requires authentication.");
 }
@@ -19,4 +19,4 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
         authenticate();
     }
 }
-?>
\ No newline at end of file
+?>