Update index.php

Ouh la modification à l'arrach'. x)
This commit is contained in:
Arthur 2013-03-04 16:20:14 +01:00
parent 0b96911e86
commit 0822ba1cf1

View file

@ -146,7 +146,7 @@ function versionCheck() {
file_put_contents($lockfile, '.'); file_put_contents($lockfile, '.');
return false; return false;
} }
$update_available = versionCheck(); $update_available = (ALLOW_CHECK_UPDATE) ? versionCheck() : false;
/** /**