mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:05:55 +00:00
rework login process, drop http auth
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
$owner_uid = $_SESSION["uid"];
|
||||
|
||||
if ($_SESSION["access_level"] < 10) {
|
||||
header("Location: login.php"); die;
|
||||
print "<p>Error: your access level is insufficient to run this script.</p>";
|
||||
exit;
|
||||
}
|
||||
|
||||
define('SCHEMA_VERSION', 13);
|
||||
|
||||
Reference in New Issue
Block a user