Update index.php
Ouh la modification à l'arrach'. x)
This commit is contained in:
parent
0b96911e86
commit
0822ba1cf1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function versionCheck() {
|
|||
file_put_contents($lockfile, '.');
|
||||
return false;
|
||||
}
|
||||
$update_available = versionCheck();
|
||||
$update_available = (ALLOW_CHECK_UPDATE) ? versionCheck() : false;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue