Remove v_ from the php file names in ivr menu.

This commit is contained in:
Mark Crane
2012-11-24 01:32:49 +00:00
parent 61f6c0ba99
commit ec0b47038b
8 changed files with 28 additions and 31 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
$apps[$x]['menu'][0]['uuid'] = '72259497-a67b-e5aa-cac2-0f2dcef16308';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/ivr_menu/v_ivr_menu.php';
$apps[$x]['menu'][0]['path'] = '/app/ivr_menu/ivr_menu.php';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';