mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 19:41:29 +00:00
fix CONFIG_VERSION checking
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once "config.php";
|
||||||
|
|
||||||
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
|
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
|
||||||
print "<b>Fatal Error</b>: Your configuration file has
|
print "<b>Fatal Error</b>: Your configuration file has
|
||||||
wrong version. Please copy new options from <b>config.php-dist</b> and
|
wrong version. Please copy new options from <b>config.php-dist</b> and
|
||||||
|
|||||||
Reference in New Issue
Block a user