]> git.llucax.com Git - mecon/yatta.git/blobdiff - sistema/www/archivos.php
BugFixes.
[mecon/yatta.git] / sistema / www / archivos.php
index 0c46e3d96e8ab12db7e4fd5fe29e3856e002f33c..19b46422fcf9d982b404755da72737e4f60df1d4 100644 (file)
@@ -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':