forked from qwerty/milfs
mapa
This commit is contained in:
parent
53b34a046c
commit
dee4031570
4
mapa.php
4
mapa.php
@ -31,7 +31,7 @@
|
|||||||
<div id='map'></div>
|
<div id='map'></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
sleep(2);
|
||||||
$ubicacion = $_COOKIE['ubicacion'];
|
$ubicacion = $_COOKIE['ubicacion'];
|
||||||
$coordenadas = explode("|",$ubicacion);
|
$coordenadas = explode("|",$ubicacion);
|
||||||
if($coordenadas[0] !="" AND $coordenadas[1] !="" ){
|
if($coordenadas[0] !="" AND $coordenadas[1] !="" ){
|
||||||
@ -137,6 +137,6 @@ function ondragend() {
|
|||||||
}*/
|
}*/
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?php echo " Hola mundo $lat / $lon / $zoom";; ?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user