mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Get http_protocol from default settings
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
--get the settings
|
||||
session_enabled = settings:get('conference_center', 'session_enabled', 'boolean');
|
||||
account_code_enabled = settings:get('conference_center', 'account_code_enabled', 'boolean');
|
||||
http_protocol = settings:get('domain', 'http_protocol', 'text') or "https";
|
||||
|
||||
--include json library
|
||||
local json
|
||||
|
||||
Reference in New Issue
Block a user