diff --git a/app/system/app_config.php b/app/system/app_config.php index 9d7cbaff61..6d946ff01f 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -21,7 +21,7 @@ $apps[$x]['description']['pt-br'] = ""; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = "system_view_info"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -59,4 +59,4 @@ $apps[$x]['permissions'][$y]['name'] = "software_delete"; //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>