summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;