From 2756e3f85818346a478725b6dd94a966e0d92c07 Mon Sep 17 00:00:00 2001 From: mensonge Date: Sat, 10 May 2008 08:59:41 +0000 Subject: Bug fixes: correct minor bugs appearing with 'notice' level in PHP git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@122 b3834d28-1941-0410-a4f8-b48e95affb8f --- api/httpauth.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'api/httpauth.inc.php') diff --git a/api/httpauth.inc.php b/api/httpauth.inc.php index f693d35..d0198fd 100644 --- a/api/httpauth.inc.php +++ b/api/httpauth.inc.php @@ -13,7 +13,6 @@ function authenticate() { } if(!$userservice->isLoggedOn()) { - /* Maybe we have caught authentication data in $_SERVER['REMOTE_USER'] ( Inspired by http://www.yetanothercommunitysystem.com/article-321-regle-comment-utiliser-l-authentification-http-en-php-chez-ovh ) */ if((!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW'])) -- cgit v1.2.3-54-g00ecf