2023.11.17

This commit is contained in:
Ibnu Maksum 2023-11-17 14:44:22 +07:00
parent e886249091
commit 21d83268f7
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
# CHANGELOG
## 2023.11.17
- Error details not show in Customer
## 2023.11.15
- Customer Multi Router package

View File

@ -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'));
}
}

View File

@ -1,3 +1,3 @@
{
"version": "2023.11.9"
"version": "2023.11.17"
}