fix CONFIG_VERSION checking
This commit is contained in:
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…
Reference in New Issue