Commit 876f4e9bfc6f84d131c8080e0b3ef16337dfa967

Authored by Edmar Moretti
1 parent ed782c83

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
... ... @@ -797,6 +797,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
797 797 $locmapserv = "/cgi-bin/mapserv.exe";
798 798 $R_path = "c:/r/win/bin/R.exe";
799 799 $R_libpath = "c:/r/win/library";
  800 + $ogrOutput = false;
800 801 }
801 802 else //se for linux
802 803 {
... ...
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">
... ...