Commit a334551435f1b23f1581e2e071e430f422efb5c2

Authored by Edmar Moretti
1 parent fe535ac6

--no commit message

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
ogc.php
... ... @@ -849,12 +849,11 @@ if(strtolower($req->getValueByName("REQUEST")) == "getfeatureinfo" && $_GET["inf
849 849 getfeatureinfoJson();
850 850 exit;
851 851 }
852   -
853 852 if(strtolower($request) == "getcapabilities"){
854   - header('Content-Disposition: attachment; filename=getcapabilities.xml');
  853 + //header('Content-Disposition: attachment; filename=getcapabilities.xml');
855 854 }
856   -
857   -if(!isset($OUTPUTFORMAT)){
  855 +elseif(!isset($OUTPUTFORMAT)){
  856 + //$contenttype = ms_iostripstdoutbuffercontenttype();
858 857 header("Content-type: $contenttype");
859 858 }
860 859 //$ogrOutput vem de ms_configura.php
... ...