6) {
$_SESSION['offset'] = $limit;
echo 'Installing, please wait..'.date('r').'';
return;
} else {
echo 'Step #'.$limit.' ...'.PHP_EOL;
}
}
if (!empty($line)) {
$creation = mysqli_query($database_link, $line);
if (!$creation && ($limit <= 100 || $limit > 391) ) {
echo 'WARNING: Cannot execute query ('.$line.'): '.mysqli_error($database_link)."\n";
}
}
}
fclose($sql_fh);
dbInsert(array('version' => 67), 'dbSchema');
if( isset($_SESSION['stage']) ) {
$_SESSION['build-ok'] = true;
}