From 21d83268f775954a785ecb9b135fe4100a0e9478 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 17 Nov 2023 14:44:22 +0700 Subject: [PATCH] 2023.11.17 --- CHANGELOG.md | 5 +++++ system/controllers/home.php | 2 +- version.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dccbdf..063059b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # CHANGELOG + +## 2023.11.17 + +- Error details not show in Customer + ## 2023.11.15 - Customer Multi Router package diff --git a/system/controllers/home.php b/system/controllers/home.php index 1aac1f3b..60df15f6 100644 --- a/system/controllers/home.php +++ b/system/controllers/home.php @@ -84,7 +84,7 @@ if (_post('send') == 'balance') { if ($router) { r2(U . "order/send/$router[id]/$active[plan_id]&u=" . trim(_post('username')), 's', Lang::T('Review package before recharge')); } else { - r2(U . 'package/order', 'w', Lang::T('Your friend do not have active package')); + r2(U . 'home', 'w', Lang::T('Your friend do not have active package')); } } diff --git a/version.json b/version.json index 4a6d109b..15c23b06 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2023.11.9" + "version": "2023.11.17" } \ No newline at end of file