daemon: include functions before config to enable define_default support
This commit is contained in:
parent
f08426e3d3
commit
bd8ae98bde
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue