X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/2dc4984ad57dfcb0ded829bfc9d45493484fe6e3..3b2a1a41d7a3b45c6d16e91e953e83149370d5b9:/f.php diff --git a/f.php b/f.php index 5fd8575..be7ce41 100644 --- a/f.php +++ b/f.php @@ -97,7 +97,7 @@ if (!empty($delete_code) && $delete_code == $link['link_code']) {
- +
' . t('TOS') . '.' ?> @@ -193,9 +193,9 @@ if (!$password_challenged && !$do_download && !$do_preview) { echo '
' . '
'; ?> ' . htmlspecialchars($link['file_name']) . '' . + echo '
' . jirafeau_escape($link['file_name']) . '
' . '' . '
' . - t('NOW_DOWNLOADING') . ' "' . htmlspecialchars($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ').' . + t('NOW_DOWNLOADING') . ' "' . jirafeau_escape($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ').' . '
' . t('USING_SERIVCE'). ' ' . t('TOS') . '.' .