]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - file.php
base_16_to_64 corrected and link url verification fixed
[jirafeau_mojo42.git] / file.php
index 18bb459d6a04e5fddc35a6c8866a2ed8c15e66c9..0a1554c8c3d8805d4219f23be799f53c1c662648 100644 (file)
--- 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 '<div class="error"><p>' . t('Sorry, the requested file is not found') . '</p></div>';

patrick-canterino.de