mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
move startup checks to Config, set a bunch of @deprecated annotations
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
require_once "autoload.php";
|
||||
require_once "functions.php";
|
||||
require_once "sanity_check.php";
|
||||
|
||||
Config::sanity_check();
|
||||
|
||||
function make_stampfile($filename) {
|
||||
$fp = fopen(Config::get(Config::LOCK_DIRECTORY) . "/$filename", "w");
|
||||
|
||||
Reference in New Issue
Block a user