From 72146a3afae312c6aa6122f4334c195a05b96c26 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 1 Aug 2023 15:54:24 +0700 Subject: [PATCH] update finished dialog --- update.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/update.php b/update.php index a8b23dee..601387d2 100644 --- a/update.php +++ b/update.php @@ -82,6 +82,9 @@ if(empty($step)){ $msgType = "danger"; $continue = false; } +}else { + $version = json_decode(file_get_contents('version.json'), true)['version']; + $continue = false; } function pathFixer($path) @@ -208,6 +211,14 @@ function deleteFolder($path) Please wait.... + +
+
Update Finished
+
+ PHPNuxBill has been updated to Version +
+
+