From: Pavel Sterin Date: Fri, 15 Mar 2013 11:56:40 +0000 (+0100) Subject: fix update.php X-Git-Tag: 1.7.3^2^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=f02713bb4a70ee7e89c380afeb3d85c00a9775b3 fix update.php sanity_check must be included after config or it will always fail to find nonstandard folders --- diff --git a/update.php b/update.php index 0a18a00d..ba4cadbc 100755 --- a/update.php +++ b/update.php @@ -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";