summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-28 09:01:51 +0300
committerAndrew Dolgov <[email protected]>2018-03-28 09:01:51 +0300
commit68e4d8ef48113efdb136ccf6eceb56c5786b097c (patch)
treeaac8c976e72d9efc6842b057b0348d5e827edf8e /index.php
parent80905f7477c9c714fe58023e91dfa18f9eede03b (diff)
remove php_auth_user transition warning
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 6915407..281d1e9 100644
--- a/index.php
+++ b/index.php
@@ -7,10 +7,6 @@
die("sessions/ directory is not writable.");
}
- if (isset($_SERVER["PHP_AUTH_USER"])) {
- die("HTTP Authentication is no longer supported, please see migration notes in git.");
- }
-
if (!isset($_COOKIE['epube_sid'])) {
header("Location: login.php");
exit;