create lockfile at the end

This commit is contained in:
1day2die 2022-01-11 20:00:37 +01:00
parent 185725915d
commit 32f8e643ef

View file

@ -440,6 +440,10 @@ if (isset($_GET['step']) && $_GET['step'] == 6) {
<?php
}
if (isset($_GET['step']) && $_GET['step'] == 7) {
$lockfile = fopen("install.lock", "w") or die("Unable to open file!");
fwrite($lockfile, "locked");
fclose($lockfile);
?>
<div class="card card-outline card-primary">