From a9cef6c08bb2610724fd486105e0c9485f8a0294 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 26 Aug 2011 18:25:25 +0000 Subject: [PATCH] --- classesphp/mapa_openlayers.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classesphp/mapa_openlayers.php b/classesphp/mapa_openlayers.php index b1bb7d6..336af3d 100644 --- a/classesphp/mapa_openlayers.php +++ b/classesphp/mapa_openlayers.php @@ -59,6 +59,7 @@ Arquivo: i3geo/classesphp/mapa_openlayers.php */ +$_COOKIE = array(); if (!function_exists('ms_GetVersion')) { $s = PHP_SHLIB_SUFFIX; @@ -73,7 +74,7 @@ if(@$_GET["g_sid"]) else {ilegal();} session_start(); - +//var_dump($_SESSION);exit; if(@$_SESSION["fingerprint"]) { $f = explode(",",$_SESSION["fingerprint"]); -- libgit2 0.21.2