mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 15:36:33 +08:00
add Customer Fullname
This commit is contained in:
parent
31b710e03c
commit
3e89efcf46
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
|
|||
_log("Customer $tur[customer_id] $tur[username] extend for $days days", "Customer", $user['id']);
|
||||
Message::sendTelegram("#u$user[username] #extend #".$p['type']." \n" . $p['name_plan'] .
|
||||
"\nLocation: " . $p['routers'] .
|
||||
"\nCustomer: " . $user['fullname'] .
|
||||
"\nNew Expired: " . Lang::dateAndTimeFormat($expiration, $tur['time']));
|
||||
r2(U . 'home', 's', "Extend until $expiration");
|
||||
}else{
|
||||
|
|
Loading…
Reference in a new issue