mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
misc interface cleanups, only allow daemon to start when ENABLE_UPDATE_DAEMON is enabled
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
|
||||
if (!ENABLE_UPDATE_DAEMON) {
|
||||
die("Please enable option ENABLE_UPDATE_DAEMON in config.php");
|
||||
}
|
||||
|
||||
require_once "db.php";
|
||||
require_once "db-prefs.php";
|
||||
require_once "functions.php";
|
||||
|
||||
Reference in New Issue
Block a user