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
1 changed files with 1 additions and 1 deletions

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