From 3e89efcf4662136e7b835f7f7b4feb2159301287 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 22 Apr 2024 11:33:21 +0700 Subject: [PATCH] add Customer Fullname --- system/controllers/home.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/controllers/home.php b/system/controllers/home.php index 427ad4f6..2f08dc77 100644 --- a/system/controllers/home.php +++ b/system/controllers/home.php @@ -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{