X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/f485a92ad5f11f2d70726b8138fd11f77bb9e9e8..036dc9d444917fb1e9183fc8896a5e4962ddc47c:/sistema/www/archivos.php?ds=inline diff --git a/sistema/www/archivos.php b/sistema/www/archivos.php index 0c46e3d..19b4642 100644 --- a/sistema/www/archivos.php +++ b/sistema/www/archivos.php @@ -51,8 +51,9 @@ if (@$id && @$accion) { header("Pragma: no-cache"); header("Expires: 0"); header("Content-Type: application"); - header("Content-Length: ".filesize($ARCHIVO->archivo)); - readfile ($ARCHIVO->archivo); + header("Content-Length: + ".filesize(PATH_TACHO.basename($ARCHIVO->archivo))); + readfile (PATH_TACHO.basename($ARCHIVO->archivo)); exit; break; case 'borrar':