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