Avoid useless I/O

This commit is contained in:
f0o
2015-09-01 23:38:10 +01:00
parent 2fd423f9fc
commit ca0f9ea2f9
3 changed files with 9 additions and 5 deletions

View File

@@ -168,5 +168,8 @@ foreach ($filelist as $file) {
if ($updating) {
echo "-- Done\n";
if( isset($_SESSION['stage']) ) {
$_SESSION['build-ok'] = true;
}
}