X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/53819d60b11d4393b0871c93c4b4cdaa027346e4..043484b1639670d6eab488fbbc41d1518c8d636d:/f.php diff --git a/f.php b/f.php index e57c18f..a1f084a 100644 --- a/f.php +++ b/f.php @@ -58,7 +58,7 @@ if (count ($link) == 0) } $delete_code = ''; -if (isset ($_GET['d']) && !empty ($_GET['d'])) +if (isset ($_GET['d']) && !empty ($_GET['d']) && $_GET['d'] != '1') $delete_code = $_GET['d']; $crypt_key = ''; @@ -66,7 +66,7 @@ if (isset ($_GET['k']) && !empty ($_GET['k'])) $crypt_key = $_GET['k']; $do_download = false; -if (isset ($_GET['d']) && !empty ($_GET['d'])) +if (isset ($_GET['d']) && $_GET['d'] == '1') $do_download = true; $do_preview = false; @@ -145,16 +145,16 @@ if (!empty ($link['key'])) echo '&k=' . urlencode($crypt_key); ?>'; document.getElementById('submit_download').submit ();"/><?php - if ($cfg['download_page'] && $cfg['preview']) + if ($cfg['download_page'] && $cfg['preview'] && jirafeau_is_viewable($link['mime_type'])) { ?><input type="submit" id = "submit_preview" value="<?php echo t('Preview'); ?>" onclick="document.getElementById('submit').action=' -<?php - echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&p=1'; - if (!empty($crypt_key)) - echo '&k=' . urlencode($crypt_key); -?>'; - document.getElementById('submit_preview').submit ();"/><?php + <?php + echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&p=1'; + if (!empty($crypt_key)) + echo '&k=' . urlencode($crypt_key); + ?>'; + document.getElementById('submit_preview').submit ();"/><?php } echo '</td></tr></table></fieldset></form></div>'; require (JIRAFEAU_ROOT.'lib/template/footer.php'); @@ -200,7 +200,7 @@ if ($cfg['download_page'] && !$password_challenged && !$do_download && !$do_prev ?>'; document.getElementById('submit_download').submit ();"/><?php - if ($cfg['download_page'] && $cfg['preview']) + if ($cfg['download_page'] && $cfg['preview'] && jirafeau_is_viewable($link['mime_type'])) { ?><input type="submit" id = "submit_preview" value="<?php echo t('Preview'); ?>" onclick="document.getElementById('submit').action='