1
0
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:
Andrew Dolgov
2006-03-28 16:44:51 +01:00
parent adf702d686
commit 9d87df8f60

View File

@@ -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