From 027621e00d38f63decad8bd92ac68572d9c2d2e0 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 31 Dec 2019 14:40:16 -0700 Subject: [PATCH] Update app_config.php (#4998) --- app/polycom/app_config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index 16895ef27e..6f63d5bcaf 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -30,7 +30,6 @@ //default settings $y=0; - $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1752b247-873b-4d41-9846-b9df93efe8df"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_gmt_offset"; @@ -326,7 +325,5 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = "0"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Require SRTP line 0=Disabled - 1=Enabled "; - $y++; - ?>