Remove the v_ inside php code in preparation to rename the php files.

This commit is contained in:
Mark Crane
2012-07-27 15:22:11 +00:00
parent c3d2423dbc
commit 0ea5f9e1ee
5 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
$apps[$x]['menu'][0]['uuid'] = '9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/fax/v_fax.php';
$apps[$x]['menu'][0]['path'] = '/app/fax/fax.php';
$apps[$x]['menu'][0]['groups'][] = 'user';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';