Add welcome_sms
This commit is contained in:
parent
137385d1ed
commit
bf116cc6b4
2 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,9 @@ sms_sender_unauthorized = '<%= @sms_sender_unauthorized %>'
|
|||
sms_destination_unauthorized = '<%= @sms_destination_unauthorized %>'
|
||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
||||
sms_credit_added = '<%= @sms_credit_added %>'
|
||||
<% if @welcome_sms != '' -%>
|
||||
welcome_sms = u'<%= @welcome_sms %>'
|
||||
<% end -%>
|
||||
|
||||
rai_admin_user = '<%= @rai_admin_user %>'
|
||||
rai_admin_pwd = '<%= @rai_admin_pwd %>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue