Commit a9cef6c08bb2610724fd486105e0c9485f8a0294

Authored by Edmar Moretti
1 parent 28716cd1

--no commit message

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
classesphp/mapa_openlayers.php
... ... @@ -59,6 +59,7 @@ Arquivo:
59 59 i3geo/classesphp/mapa_openlayers.php
60 60  
61 61 */
  62 +$_COOKIE = array();
62 63 if (!function_exists('ms_GetVersion'))
63 64 {
64 65 $s = PHP_SHLIB_SUFFIX;
... ... @@ -73,7 +74,7 @@ if(@$_GET["g_sid"])
73 74 else
74 75 {ilegal();}
75 76 session_start();
76   -
  77 +//var_dump($_SESSION);exit;
77 78 if(@$_SESSION["fingerprint"])
78 79 {
79 80 $f = explode(",",$_SESSION["fingerprint"]);
... ...