Просмотр исходного кода

fix update.php

sanity_check must be included after config or it will always fail to find nonstandard folders
Pavel Sterin 11 лет назад
Родитель
Сommit
f02713bb4a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      update.php

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