mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Use boolean in the if statement
This commit is contained in:
@@ -115,10 +115,10 @@
|
||||
tcpIpApp.sntp.address="{$ntp_server_primary}"
|
||||
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
|
||||
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
{if $daylight_savings_enabled == "false"}
|
||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||
{else}
|
||||
{if $daylight_savings_enabled}
|
||||
tcpIpApp.sntp.daylightSavings.enable="1"
|
||||
{else}
|
||||
tcpIpApp.sntp.daylightSavings.enable="0"
|
||||
{/if}
|
||||
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
|
||||
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
|
||||
|
||||
Reference in New Issue
Block a user