mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
remove port=usb1 channel=2
This commit is contained in:
parent
41b981cb70
commit
dd4329ad3d
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class Mikrotik
|
|||
if ($_app_stage == 'demo') {
|
||||
return null;
|
||||
}
|
||||
$smsRequest = new RouterOS\Request('/tool sms send port=usb1 channel=2');
|
||||
$smsRequest = new RouterOS\Request('/tool sms send');
|
||||
$smsRequest
|
||||
->setArgument('phone-number', $to)
|
||||
->setArgument('message', $message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue