add to Address List

This commit is contained in:
Ibnu Maksum
2024-02-20 10:07:07 +07:00
parent cfb81596ae
commit 349a1d3250
10 changed files with 41 additions and 42 deletions

View File

@ -118,6 +118,7 @@ if (empty($step)) {
}
$step++;
} else {
$path = 'ui/compiled/';
$version = json_decode(file_get_contents('version.json'), true)['version'];
$continue = false;
}
@ -185,7 +186,7 @@ function deleteFolder($path)
<link rel="stylesheet" href="ui/ui/fonts/MaterialDesign/css/materialdesignicons.min.css">
<link rel="stylesheet" href="ui/ui/styles/modern-AdminLTE.min.css">
<?php if ($continue) { ?>
<meta http-equiv="refresh" content="3; ./update.php?step=<?= $step ?>">
<?php } ?>