mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 07:09:30 +02:00
Custom Mikrotik SMS Command
This commit is contained in:
parent
38f6738c45
commit
5e2eaa5578
3 changed files with 134 additions and 121 deletions
|
@ -133,6 +133,9 @@ switch ($action) {
|
|||
$d->save();
|
||||
}
|
||||
}
|
||||
if(empty($config['mikrotik_sms_command'])){
|
||||
$config['mikrotik_sms_command'] = "/tool sms send";
|
||||
}
|
||||
$ui->assign('template_files', $templates);
|
||||
$ui->assign('_c', $config);
|
||||
$ui->assign('php', $php);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue