Avoid useless I/O

This commit is contained in:
f0o
2015-09-02 15:29:07 +01:00
parent 2fd423f9fc
commit ca0f9ea2f9
3 changed files with 9 additions and 5 deletions
-4
View File
@@ -54,7 +54,3 @@ while (!feof($sql_fh)) {
fclose($sql_fh);
require 'includes/sql-schema/update.php';
if( isset($_SESSION['stage']) ) {
$_SESSION['build-ok'] = true;
}