Commit 876f4e9bfc6f84d131c8080e0b3ef16337dfa967
1 parent
ed782c83
Exists in
master
and in
7 other branches
Modificação na variável $ogrOutput como false em ambiente Windows
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
ms_configura.php
ogc/menu/index.php
... | ... | @@ -12,6 +12,7 @@ $map = ms_newMapObj ( $ogcwsmap ); |
12 | 12 | $mapext = $map->extent->minx . "," . $map->extent->miny . "," . $map->extent->maxx . "," . $map->extent->maxy; |
13 | 13 | //error_reporting ( 0 ); |
14 | 14 | include ONDEI3GEO."/init/head.php"; |
15 | +//echo ms_GetVersionInt();exit; | |
15 | 16 | ?> |
16 | 17 | <link rel='stylesheet' type='text/css' href='../index.css'> |
17 | 18 | <body style="padding-top: 55px;" id="topo"> | ... | ... |