WhatsApp/Signal/Formstack/admin updates
This commit is contained in:
parent
bcecf61a46
commit
d0cc5a21de
451 changed files with 16139 additions and 39623 deletions
10
set_channel_setting.rb
Normal file
10
set_channel_setting.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require '/opt/zammad/config/boot'
|
||||
require '/opt/zammad/config/application'
|
||||
|
||||
Rails.application.initialize!
|
||||
|
||||
# Reset to default (empty = allow all channels)
|
||||
Setting.set('cdr_link_allowed_channels', '')
|
||||
puts "Setting 'cdr_link_allowed_channels' has been reset to default (empty = allow all channels)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue