parametro no cahche
This commit is contained in:
parent
1c401522e6
commit
eef5504d5b
@ -281,7 +281,9 @@ if (!copy($geojson_original, $nuevo_fichero)) {
|
||||
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";
|
||||
$cachetime = 1;
|
||||
|
||||
@ -297,7 +299,9 @@ if (!copy($geojson_original, $nuevo_fichero)) {
|
||||
$fp = fopen("$nuevo_fichero", 'w');
|
||||
fwrite($fp, "$cache");
|
||||
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{
|
||||
$nombre_geojson = "cache/geojson_$_REQUEST[id].json";
|
||||
|
Loading…
Reference in New Issue
Block a user