Commit 95d9137ae498cbe79812ee7827839463b9e21d21

Authored by Edmar Moretti
1 parent 565589f0

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,9 +1239,9 @@ class Mapa
1239 $extensao = ".gvp"; 1239 $extensao = ".gvp";
1240 } 1240 }
1241 if($extensao == ".php"){ 1241 if($extensao == ".php"){
1242 - include_once($locaplic."/temas/".$nome.".php"); 1242 + //include_once($locaplic."/temas/".$nome.".php");
1243 if(function_exists($nome)){ 1243 if(function_exists($nome)){
1244 - eval($nome."(\$this->mapa);"); 1244 + //eval($nome."(\$this->mapa);");
1245 } 1245 }
1246 } 1246 }
1247 if($extensao == ".gvp"){ 1247 if($extensao == ".gvp"){