create lockfile at the end
This commit is contained in:
parent
185725915d
commit
32f8e643ef
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue