Explorar o código

daemon: include functions before config to enable define_default support

Andrew Dolgov %!s(int64=10) %!d(string=hai) anos
pai
achega
bd8ae98bde
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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