Update functions.inc.php
parent
38241a60f2
commit
1038a52690
|
@ -578,6 +578,9 @@ function psm_build_sms() {
|
|||
case 'twilio':
|
||||
$sms = new \psm\Txtmsg\Twilio();
|
||||
break;
|
||||
case 'gatewayapi':
|
||||
$sms = new \psm\Txtmsg\GatewayAPI();
|
||||
break;
|
||||
}
|
||||
|
||||
// copy login information from the config file
|
||||
|
|
Loading…
Reference in New Issue