From: Andrew Dolgov Date: Mon, 6 Jun 2011 09:57:51 +0000 (+0400) Subject: http_authenticate_user: obsolete, comment out X-Git-Tag: 1.5.5~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6b9cb4500592aab6817c7d30d2f8da1a084beb66;p=tt-rss.git http_authenticate_user: obsolete, comment out --- diff --git a/functions.php b/functions.php index c31ee3f6..fa4c0175 100644 --- a/functions.php +++ b/functions.php @@ -1825,10 +1825,7 @@ } } - function http_authenticate_user($link) { - -// error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log'); - +/* function http_authenticate_user($link) { if (!$_SERVER["PHP_AUTH_USER"]) { header('WWW-Authenticate: Basic realm="Tiny Tiny RSS RSSGen"'); @@ -1847,7 +1844,7 @@ } return true; - } + } */ function get_ssl_certificate_id() { if ($_SERVER["REDIRECT_SSL_CLIENT_M_SERIAL"]) {