parametro no cahche
This commit is contained in:
parent
1c401522e6
commit
eef5504d5b
10
mapero.php
10
mapero.php
@ -281,7 +281,9 @@ if (!copy($geojson_original, $nuevo_fichero)) {
|
|||||||
echo "Error al copiar $geojson_original ...\n";
|
echo "Error al copiar $geojson_original ...\n";
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
//if(isset($_REQUEST['buscar'])){
|
if(isset($_REQUEST['nocache'])){
|
||||||
|
$geojson = "milfs/geojson.js.php?id=$_REQUEST[id]&buscar=$cadena_busqueda&item=$_REQUEST[item]";
|
||||||
|
}else{
|
||||||
$nombre_geojson = "cache/".md5($_SERVER[QUERY_STRING]).".json";
|
$nombre_geojson = "cache/".md5($_SERVER[QUERY_STRING]).".json";
|
||||||
$cachetime = 1;
|
$cachetime = 1;
|
||||||
|
|
||||||
@ -297,7 +299,9 @@ if (!copy($geojson_original, $nuevo_fichero)) {
|
|||||||
$fp = fopen("$nuevo_fichero", 'w');
|
$fp = fopen("$nuevo_fichero", 'w');
|
||||||
fwrite($fp, "$cache");
|
fwrite($fp, "$cache");
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
$geojson = "milfs/geojson.js.php?id=$_REQUEST[id]&buscar=$cadena_busqueda&item=$_REQUEST[item]";
|
// $geojson = "milfs/geojson.js.php?id=$_REQUEST[id]&buscar=$cadena_busqueda&item=$_REQUEST[item]";
|
||||||
|
$geojson =$nuevo_fichero;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* }else{
|
/* }else{
|
||||||
$nombre_geojson = "cache/geojson_$_REQUEST[id].json";
|
$nombre_geojson = "cache/geojson_$_REQUEST[id].json";
|
||||||
@ -442,6 +446,6 @@ g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.par
|
|||||||
</script>
|
</script>
|
||||||
<noscript><p><img src="//stats.tupale.co/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
|
<noscript><p><img src="//stats.tupale.co/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user