mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-24 16:47:10 +00:00
migrate the rest into Config::
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_writable(ICONS_DIR)) {
|
||||
array_push($errors, "ICONS_DIR defined in config.php is not writable (chmod -R 777 ".ICONS_DIR.").\n");
|
||||
if (!is_writable(Config::get(Config::ICONS_DIR))) {
|
||||
array_push($errors, "ICONS_DIR defined in config.php is not writable (chmod -R 777 ".Config::get(Config::ICONS_DIR).").\n");
|
||||
}
|
||||
|
||||
if (!is_writable(Config::get(Config::LOCK_DIRECTORY))) {
|
||||
|
||||
Reference in New Issue
Block a user