summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-06-06 13:57:51 +0400
committerAndrew Dolgov <[email protected]>2011-06-06 13:57:51 +0400
commit6b9cb4500592aab6817c7d30d2f8da1a084beb66 (patch)
tree8d325ac4b57358f65b7e112fe35bb44857ea4c5d /functions.php
parent2828715315e717dc588aabca6d17276abc945aa8 (diff)
http_authenticate_user: obsolete, comment out
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/functions.php b/functions.php
index c31ee3f63..fa4c0175a 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"]) {