diff options
Diffstat (limited to 'packages/freeswitch/freeswitch_mailto.tmp')
-rw-r--r-- | packages/freeswitch/freeswitch_mailto.tmp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freeswitch/freeswitch_mailto.tmp b/packages/freeswitch/freeswitch_mailto.tmp index 64208488..c56a8609 100644 --- a/packages/freeswitch/freeswitch_mailto.tmp +++ b/packages/freeswitch/freeswitch_mailto.tmp @@ -33,8 +33,7 @@ require("guiconfig.inc"); require("/usr/local/pkg/freeswitch.inc"); - -$a_settings = &$config['installedpackages']['freeswitchsettings']['config']; +global $config; $smtphost = $config['installedpackages']['freeswitchmodules']['config'][0]['smtphost']; $smtpsecure = $config['installedpackages']['freeswitchmodules']['config'][0]['smtpsecure']; //options "", "TLS", "SSL" |