1
0
Fork 0

daemon: include functions before config to enable define_default support

Dieser Commit ist enthalten in:
Andrew Dolgov 2013-12-18 14:00:44 +04:00
Ursprung f08426e3d3
Commit bd8ae98bde

Datei anzeigen

@ -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