House cleaning on the recent app_config.php commits. Cleanup trailing white spaces, multiple spaces replaced with tabs and a few extra line feeds.
This commit is contained in:
parent
d8de63e505
commit
be979dbc3a
|
|
@ -54,6 +54,7 @@
|
|||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$y++;
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
$z = 0; //field array index
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
$apps[$x]['description']['pt-pt'] = '';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'SIP Profiles';
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue