From f02713bb4a70ee7e89c380afeb3d85c00a9775b3 Mon Sep 17 00:00:00 2001 From: Pavel Sterin Date: Fri, 15 Mar 2013 12:56:40 +0100 Subject: [PATCH] fix update.php sanity_check must be included after config or it will always fail to find nonstandard folders --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2