mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
Recharge with balance or zero cost
This commit is contained in:
parent
6d15437333
commit
c9058769ce
6 changed files with 69 additions and 16 deletions
|
@ -39,9 +39,11 @@ class User
|
|||
}
|
||||
}
|
||||
|
||||
public static function _info()
|
||||
public static function _info($id = 0)
|
||||
{
|
||||
$id = User::getID();
|
||||
if(!$id){
|
||||
$id = User::getID();
|
||||
}
|
||||
$d = ORM::for_table('tbl_customers')->find_one($id);
|
||||
|
||||
if(empty($d['username'])){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue