X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/063c21d8341dbade23c21427e6c9de447b67cc16..f9b0ac1cea4c6ea119193d85ee8fd3e6b25132aa:/f.php diff --git a/f.php b/f.php index 99a67df..a272ad5 100644 --- a/f.php +++ b/f.php @@ -49,6 +49,13 @@ if (!preg_match ('/[0-9a-zA-Z_-]+$/', $link_name)) $link = jirafeau_get_link ($link_name); if (count ($link) == 0) +{ + /* Try alias. */ + $alias = jirafeau_get_alias (md5 ($link_name)); + if (count ($alias) > 0) + $link = jirafeau_get_link ($alias["destination"]); +} +if (count ($link) == 0) { require (JIRAFEAU_ROOT.'lib/template/header.php'); echo '
' . t('Sorry, the requested file is not found') . @@ -191,9 +198,9 @@ if (!$password_challenged && !$do_download && !$do_preview) echo '" ' . 'method = "post" id = "submit_post">'; ?>