Added SMSGlobal as sms gateway

This commit is contained in:
Victor Macko 2014-07-05 17:42:57 +10:00 committed by Pepijn Over
parent ea8e767377
commit 2cbb2dc932
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ class ConfigController extends AbstractController {
'label_sms_gateway_clickatell' => psm_get_lang('config', 'sms_gateway_clickatell'),
'label_sms_gateway_textmarketer' => psm_get_lang('config', 'sms_gateway_textmarketer'),
'label_sms_gateway_smsit' => psm_get_lang('config', 'sms_gateway_smsit'),
'label_sms_gateway_smsglobal' => psm_get_lang('config', 'sms_gateway_smsglobal'),
'label_sms_gateway_username' => psm_get_lang('config', 'sms_gateway_username'),
'label_sms_gateway_password' => psm_get_lang('config', 'sms_gateway_password'),
'label_sms_from' => psm_get_lang('config', 'sms_from'),