Commit 9a8a23aaa331bb0892f393402f176e033c91fa7f
1 parent
4b4c18a1
Exists in
master
and in
7 other branches
Correção no array $menutemas
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ms_configura.php
@@ -223,8 +223,8 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | @@ -223,8 +223,8 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | ||
223 | Para usar o menu default, utilize apenas $menutemas = ""; | 223 | Para usar o menu default, utilize apenas $menutemas = ""; |
224 | */ | 224 | */ |
225 | $menutemas = array( | 225 | $menutemas = array( |
226 | - array("idmenu"=>GEOPR,"arquivo"=>"../menutemas/geopr.xml","status"=>"fechado"), | ||
227 | - array("idmenu"=>i3Geo,"arquivo"=>"../menutemas/menutemas.xml","status"=>"aberto") | 226 | + array("idmenu"=>"GEOPR","arquivo"=>"../menutemas/geopr.xml","status"=>"fechado"), |
227 | + array("idmenu"=>"i3Geo","arquivo"=>"../menutemas/menutemas.xml","status"=>"aberto") | ||
228 | ); | 228 | ); |
229 | /* | 229 | /* |
230 | Variable: $utilizacgi | 230 | Variable: $utilizacgi |