mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-24 12:54:31 +02:00
Paket vpn tunnel remot
This commit is contained in:
parent
5f50d725f1
commit
095e8937a2
21 changed files with 1502 additions and 6 deletions
|
@ -317,7 +317,15 @@ if (!empty($_SESSION['nux-mac']) && !empty($_SESSION['nux-ip'] && !empty($_SESSI
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$tcf = ORM::for_table('tbl_customers_fields')
|
||||
->where('customer_id', $user['id'])
|
||||
->find_many();
|
||||
$vpn = ORM::for_table('tbl_port_pool')
|
||||
->find_one();
|
||||
$ui->assign('cf', $tcf);
|
||||
$ui->assign('vpn', $vpn);
|
||||
|
||||
$ui->assign('unpaid', ORM::for_table('tbl_payment_gateway')
|
||||
->where('username', $user['username'])
|
||||
->where('status', 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue