update finished dialog
This commit is contained in:
parent
5059c4dd3b
commit
72146a3afa
11
update.php
11
update.php
@ -82,6 +82,9 @@ if(empty($step)){
|
|||||||
$msgType = "danger";
|
$msgType = "danger";
|
||||||
$continue = false;
|
$continue = false;
|
||||||
}
|
}
|
||||||
|
}else {
|
||||||
|
$version = json_decode(file_get_contents('version.json'), true)['version'];
|
||||||
|
$continue = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function pathFixer($path)
|
function pathFixer($path)
|
||||||
@ -208,6 +211,14 @@ function deleteFolder($path)
|
|||||||
Please wait....
|
Please wait....
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php }else if($step==4) { ?>
|
||||||
|
<div class="panel panel-primary">
|
||||||
|
<div class="panel-success">Update Finished</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
PHPNuxBill has been updated to Version <b><?=$version?></b>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<meta http-equiv="refresh" content="5; ./index.php?_route=dashboard">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user