mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
db updates, remove init_connection()
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
@session_start();
|
||||
}
|
||||
|
||||
if (!init_connection($link)) return;
|
||||
if (!init_plugins($link)) return;
|
||||
|
||||
$method = strtolower($_REQUEST["op"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user