1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:55:55 +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:
Pavel Sterin
2013-03-15 12:56:40 +01:00
parent 57b8469e67
commit f02713bb4a

View File

@@ -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";