diff --git a/ms_configura.php b/ms_configura.php index 3fa4372..3d314c7 100755 --- a/ms_configura.php +++ b/ms_configura.php @@ -797,6 +797,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) $locmapserv = "/cgi-bin/mapserv.exe"; $R_path = "c:/r/win/bin/R.exe"; $R_libpath = "c:/r/win/library"; + $ogrOutput = false; } else //se for linux { diff --git a/ogc/menu/index.php b/ogc/menu/index.php index d4accf8..2d151ef 100755 --- a/ogc/menu/index.php +++ b/ogc/menu/index.php @@ -12,6 +12,7 @@ $map = ms_newMapObj ( $ogcwsmap ); $mapext = $map->extent->minx . "," . $map->extent->miny . "," . $map->extent->maxx . "," . $map->extent->maxy; //error_reporting ( 0 ); include ONDEI3GEO."/init/head.php"; +//echo ms_GetVersionInt();exit; ?> -- libgit2 0.21.2