This commit is contained in:
Matteo Gheza 2020-06-05 18:01:07 +02:00
parent bb309f27c4
commit 756932ac02
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ if(!is_cli()){
</form>
</p>
<?php
} else if ($_POST["step"] == "5" || $userPopulated) {
} else if (in_array("5",$_POST) || $userPopulated) {
initOptions($_POST["user_name"], isset($_POST["admin_visible"]), $_POST["admin_password"], $_POST["admin_email"], $_POST["owner"]);
?>
<h1 class="screen-reader-text">Installazione terminata con successo.</h1>