]> git.wh0rd.org Git - tt-rss.git/commitdiff
http_authenticate_user: obsolete, comment out
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 6 Jun 2011 09:57:51 +0000 (13:57 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 6 Jun 2011 09:57:51 +0000 (13:57 +0400)
functions.php

index c31ee3f630df7c3622e245d3eda2f05661e98242..fa4c0175ace9654bb49199bc17aae27fe3c66030 100644 (file)
                }
        }
 
-       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"');
                }
 
                return true;
-       }
+       } */
 
        function get_ssl_certificate_id() {
                if ($_SERVER["REDIRECT_SSL_CLIENT_M_SERIAL"]) {