This commit is contained in:
humano 2020-04-06 17:32:05 -05:00
parent 53b34a046c
commit dee4031570
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<div id='map'></div>
<?php
sleep(2);
$ubicacion = $_COOKIE['ubicacion'];
$coordenadas = explode("|",$ubicacion);
if($coordenadas[0] !="" AND $coordenadas[1] !="" ){
@ -137,6 +137,6 @@ function ondragend() {
}*/
</script>
<?php echo " Hola mundo $lat / $lon / $zoom";; ?>
</body>
</html>