45 ) {
            $_SESSION['offset'] = $limit;
            $GLOBALS['refresh'] = 'Installing, please wait..'.date('r').'';
            return;
        } else {
            echo 'Step #'.$limit.' ...'.PHP_EOL;
        }
    }
    if (!empty($line)) {
        $creation = mysqli_query($database_link, $line);
        if (!$creation) {
            echo 'WARNING: Cannot execute query ('.$line.'): '.mysqli_error($database_link)."\n";
        }
    }
}
fclose($sql_fh);
require 'includes/sql-schema/update.php';