mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
fix update.php
sanity_check must be included after config or it will always fail to find nonstandard folders
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
require_once "functions.php";
|
||||
require_once "rssfuncs.php";
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
require_once "sanity_check.php";
|
||||
require_once "db.php";
|
||||
require_once "db-prefs.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user