1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

remove the rest of db.php; rename some leftover methods in feeds

This commit is contained in:
Andrew Dolgov
2021-02-15 16:51:35 +03:00
parent bd3c38de84
commit 9f55454f63
11 changed files with 8 additions and 18 deletions

View File

@@ -19,7 +19,6 @@
define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
require_once "sanity_check.php";
require_once "db.php";
require_once "db-prefs.php";
if (!function_exists('pcntl_fork')) {