1
0
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:
Andrew Dolgov
2006-02-12 08:50:35 +01:00
parent b2620faa9f
commit c6784aea9c
3 changed files with 18 additions and 9 deletions

View File

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