Revert build.sql

Make update.php responsive
This commit is contained in:
f0o
2015-09-01 23:31:41 +01:00
parent 3f7c37a523
commit 2fd423f9fc
4 changed files with 16 additions and 447 deletions

View File

@@ -52,7 +52,8 @@ while (!feof($sql_fh)) {
}
fclose($sql_fh);
dbInsert(array('version' => 67), 'dbSchema');
require 'includes/sql-schema/update.php';
if( isset($_SESSION['stage']) ) {
$_SESSION['build-ok'] = true;