]> git.p6c8.net - jirafeau.git/blobdiff - file.php
Add option to activate or not preview mode
[jirafeau.git] / file.php
index d01bee60d2097dcae1f4478030bf927755ee2b7e..400cb73c832261909b6437e888a2d1b95f5fc60b 100644 (file)
--- a/file.php
+++ b/file.php
@@ -119,7 +119,7 @@ if (isset ($_GET['h']) && !empty ($_GET['h']))
 
     header ('Content-Length: ' . $link['file_size']);
     header ('Content-Type: ' . $link['mime_type']);
-    if (!jirafeau_is_viewable ($link['mime_type']))
+    if (!jirafeau_is_viewable ($link['mime_type']) || !$cfg['preview'])
     {
         header ('Content-Disposition: attachment; filename="' .
             $link['file_name'] . '"');

patrick-canterino.de