diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-06-22 16:15:07 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-06-22 16:15:07 +0400 |
| commit | 99ea1043da1e1a737031ed873bbd05d175b3e1a6 (patch) | |
| tree | 969e4d8e2e545844ea50f39a6c207f7c9f9cc877 /functions.php | |
| parent | bc03c563defccc9a6ef32e3eb402638274edd4f5 (diff) | |
http_authenticate_user: remove unnecessary logging
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 90b9b49e0..da1326be2 100644 --- a/functions.php +++ b/functions.php @@ -1714,7 +1714,7 @@ 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"]) { |