mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
experimental support for per-user plugins (bump schema)
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
authenticate_user($link, "admin", null);
|
||||
}
|
||||
|
||||
if ($_SESSION["uid"]) {
|
||||
load_user_plugins($link, $_SESSION["uid"]);
|
||||
}
|
||||
|
||||
$purge_intervals = array(
|
||||
0 => __("Use default"),
|
||||
-1 => __("Never purge"),
|
||||
|
||||
Reference in New Issue
Block a user