mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
fix history
This commit is contained in:
parent
9ca2933b5d
commit
3653fcbf87
3 changed files with 17 additions and 6 deletions
|
@ -250,7 +250,7 @@ switch ($action) {
|
|||
$v1->user = $c['username'];
|
||||
$v1->save();
|
||||
// Telegram to Admin
|
||||
sendTelegram( '#'.$c['username']." Activate #Voucher #Hotspot\n".$p['name_plan'].
|
||||
sendTelegram( '#u'.$c['username']." Activate #Voucher #Hotspot\n".$p['name_plan'].
|
||||
"\nCode: ".$code.
|
||||
"\nRouter: ".$v1['routers'].
|
||||
"\nPrice: ".$p['price']);
|
||||
|
@ -359,7 +359,7 @@ switch ($action) {
|
|||
$v1->user = $c['username'];
|
||||
$v1->save();
|
||||
// Telegram to Admin
|
||||
sendTelegram( '#'.$c['username']." Activate #Voucher #PPPOE\n".$p['name_plan'].
|
||||
sendTelegram( '#u'.$c['username']." Activate #Voucher #PPPOE\n".$p['name_plan'].
|
||||
"\nCode: ".$code.
|
||||
"\nRouter: ".$v1['routers'].
|
||||
"\nPrice: ".$p['price']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue