mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 11:41:29 +00:00
daemon: include functions before config to enable define_default support
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
define('DISABLE_SESSIONS', true);
|
define('DISABLE_SESSIONS', true);
|
||||||
|
|
||||||
require_once "version.php";
|
require_once "version.php";
|
||||||
require_once "config.php";
|
|
||||||
require_once "autoload.php";
|
require_once "autoload.php";
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
|
require_once "config.php";
|
||||||
require_once "rssfuncs.php";
|
require_once "rssfuncs.php";
|
||||||
|
|
||||||
// defaults
|
// defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user