diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/httpauth.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
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'])) |