mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:41:29 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
array_push($errors, "Please copy config.php-dist to config.php or run the installer in install/");
|
||||
}
|
||||
|
||||
if (strpos(PLUGINS, "auth_") === FALSE) {
|
||||
if (strpos(PLUGINS, "auth_") === false) {
|
||||
array_push($errors, "Please enable at least one authentication module via PLUGINS constant in config.php");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user