mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 01:54:24 +02:00
Fix redirect and check user in database
This commit is contained in:
parent
a9d10d330f
commit
12e06a51e4
4 changed files with 78 additions and 76 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue