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>
|
||||
|
||||
<?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>
|
||||
|
Loading…
Reference in New Issue
Block a user