Commit 6afe8e7bee388318910268c8a22dc55d2b7bd84e

Authored by Edmar Moretti
1 parent 6be5d2d7
Exists in master

correção no ms_criamapa.php

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
classesphp/classe_mapa.php
... ... @@ -1239,9 +1239,9 @@ class Mapa
1239 1239 $extensao = ".gvp";
1240 1240 }
1241 1241 if($extensao == ".php"){
1242   - include_once($locaplic."/temas/".$nome.".php");
  1242 + //include_once($locaplic."/temas/".$nome.".php");
1243 1243 if(function_exists($nome)){
1244   - eval($nome."(\$this->mapa);");
  1244 + //eval($nome."(\$this->mapa);");
1245 1245 }
1246 1246 }
1247 1247 if($extensao == ".gvp"){
... ...