]> git.wh0rd.org Git - tt-rss.git/commitdiff
http_authenticate_user: remove unnecessary logging
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 22 Jun 2009 12:15:07 +0000 (16:15 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 22 Jun 2009 12:15:07 +0000 (16:15 +0400)
functions.php

index 90b9b49e0f438d2b90778d4178d8dc9159a08557..da1326be2e8d6d385ccb2e5eefbd6afc4cc2e09b 100644 (file)
 
        function http_authenticate_user($link) {
 
-               error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log');
+//             error_log("http_authenticate_user: ".$_SERVER["PHP_AUTH_USER"]."\n", 3, '/tmp/tt-rss.log');
 
                if (!$_SERVER["PHP_AUTH_USER"]) {