Not Found

The requested URL /js/jquery.modernizr.js was not found on this server.


Apache/2.2.31 (Unix) Server at www.cerrajeroyfontanero.es Port 80
= $limite) { // BORRAR LAS QUE NO SIRVEN. BORRA LAS PRIMERAS $borrar = 5000; // VOLVER A PRIMERA POSICION fseek($manejador, 0); // NO COGER LAS PRIMERAS FILAS $actual = 1; $aux = array(); while ($linea = fgets($manejador)){ if($actual > $borrar) { $aux[] = $linea; } $actual++; } } // ESCRIBIR $escribir = $fecha . " - " . $ip . " - " . $urlActual; if($urlAnterior != '') { $escribir = $fecha . " - " . $ip . " - " . $urlActual . " - " . $urlAnterior; } if(!is_null($aux)) { // ABRIR PARA UNO NUEVO Y NO AÑADIR $manejador = fopen($archivo, "w+") or die("Imposible abrir el archivo\n"); $aux = implode($aux, ''); $escribir = $aux . $escribir; } fwrite($manejador, $escribir . "\r\n"); fclose($manejador); } ?>