Fix redirect and check user in database

This commit is contained in:
Ibnu Maksum
2023-06-15 17:06:22 +07:00
parent a9d10d330f
commit 12e06a51e4
4 changed files with 78 additions and 76 deletions

View File

@ -9,6 +9,7 @@ $ui->assign('_title', $_L['Dashboard']);
$user = User::_info();
$ui->assign('_user', $user);
//Client Page
$bill = User::_billing();
$ui->assign('_bill', $bill);