X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/2dc4984ad57dfcb0ded829bfc9d45493484fe6e3..6a31336d1a582532e8a3fa1a3e774d9b47e27566:/f.php diff --git a/f.php b/f.php index 5fd8575..9219493 100644 --- a/f.php +++ b/f.php @@ -73,8 +73,8 @@ if (isset($_GET['p']) && !empty($_GET['p'])) { $do_preview = true; } -$p = s2p($link['md5']); -if (!file_exists(VAR_FILES . $p . $link['md5'])) { +$p = s2p($link['hash']); +if (!file_exists(VAR_FILES . $p . $link['hash'])) { jirafeau_delete_link($link_name); require(JIRAFEAU_ROOT.'lib/template/header.php'); echo '
'.t('FILE_NOT_AVAIL'). @@ -97,10 +97,10 @@ if (!empty($delete_code) && $delete_code == $link['link_code']) {
- + |
- ' . t('TOS') . '.' ?> + ' . t('TOS') . '.' ?> |
' . ' |
' . - t('USING_SERIVCE'). ' ' . t('TOS') . '.' . + t('USING_SERVICE'). ' ' . t('TOS') . '.' . ' |