소스 검색

daemon: include functions before config to enable define_default support

Andrew Dolgov 10 년 전
부모
커밋
bd8ae98bde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      update_daemon2.php

+ 1 - 1
update_daemon2.php

@@ -9,9 +9,9 @@
 	define('DISABLE_SESSIONS', true);
 
 	require_once "version.php";
-	require_once "config.php";
 	require_once "autoload.php";
 	require_once "functions.php";
+	require_once "config.php";
 	require_once "rssfuncs.php";
 
 	// defaults