mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
sanity check: properly check for ISCONFIGURED
This commit is contained in:
@@ -151,6 +151,10 @@
|
|||||||
$err_msg = "PHP: DOMDocument extension not found.";
|
$err_msg = "PHP: DOMDocument extension not found.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ISCONFIGURED) {
|
||||||
|
$err_msg = "config: please read config.php completely.";
|
||||||
|
}
|
||||||
|
|
||||||
if ($err_msg) {
|
if ($err_msg) {
|
||||||
print "<b>Fatal Error</b>: $err_msg\n";
|
print "<b>Fatal Error</b>: $err_msg\n";
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user