Commit 1bb71caa66cb699540414de2726d426fd25b7f25
1 parent
e2acff0c
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
ms_criamapa.php
... | ... | @@ -138,6 +138,7 @@ $caminho é sempre colocada antes do nome dos arquivos que serão incluídos, p.e., |
138 | 138 | require_once ($caminho."classesphp/carrega_ext.php"); |
139 | 139 | */ |
140 | 140 | //$_COOKIE = array(); |
141 | +unset($GLOBALS); | |
141 | 142 | if (!isset($caminho)){$caminho = "";} |
142 | 143 | if (!file_exists($caminho."classesphp/carrega_ext.php")) |
143 | 144 | {echo "<b> Nao foi possivel localizar o diretório classephp. Provavelmente vc precisara definir a variavel $camino";exit;} | ... | ... |