X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/a2a87c7364ccc5910fd09a62978f55cb2b3e477f..3221172a6d3e623090449000b4f541849bc9f9a5:/file.php?ds=sidebyside diff --git a/file.php b/file.php index 1f79095..17ef381 100644 --- a/file.php +++ b/file.php @@ -32,7 +32,7 @@ if (!isset ($_GET['h']) || empty ($_GET['h'])) $link_name = $_GET['h']; -if (!preg_match ('/[0-9a-f]{32}$/', $link_name)) +if (!preg_match ('/[0-9a-zA-Z_-]{22}$/', $link_name)) { require (JIRAFEAU_ROOT.'lib/template/header.php'); echo '
' . t('Sorry, the requested file is not found') . '