From 03b07d1684e05e7af5b3e0d7edd4f4f8bd7b4845 Mon Sep 17 00:00:00 2001 From: Len Date: Fri, 14 Apr 2017 01:34:56 -0400 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index ee79c9872e..3ed5ff5057 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -2209,10 +2209,11 @@ $vendors[$y]['functions'][$z]['value'] = "47"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $y++; //vendors array index - $z=0; //functions array index - $vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7"; + $vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7"; $vendors[$y]['name'] = "audiocodes"; + $z=0; //functions array index $vendors[$y]['functions'][$z]['uuid'] = "297a5086-5b4e-4c1e-8cfd-121a3c2897b6"; $vendors[$y]['functions'][$z]['label'] = "label-blf"; $vendors[$y]['functions'][$z]['name'] = "blf";