mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 06:21:00 +01:00
sanity check: properly check for ISCONFIGURED
This commit is contained in:
parent
42315f8de8
commit
f56c6cd488
@ -151,6 +151,10 @@
|
||||
$err_msg = "PHP: DOMDocument extension not found.";
|
||||
}
|
||||
|
||||
if (!ISCONFIGURED) {
|
||||
$err_msg = "config: please read config.php completely.";
|
||||
}
|
||||
|
||||
if ($err_msg) {
|
||||
print "<b>Fatal Error</b>: $err_msg\n";
|
||||
exit;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user