Skip to content

Commit

Permalink
2023.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Nov 17, 2023
1 parent e886249 commit 21d8326
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# CHANGELOG


## 2023.11.17

- Error details not show in Customer

## 2023.11.15

- Customer Multi Router package
Expand Down
2 changes: 1 addition & 1 deletion system/controllers/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
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'));
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2023.11.9"
"version": "2023.11.17"
}

0 comments on commit 21d8326

Please sign in to comment.