fix CONFIG_VERSION checking

master
Andrew Dolgov 19 years ago
parent adf702d686
commit 9d87df8f60

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

Loading…
Cancel
Save