]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - file.php
Convert links to base 64 string for shorter links
[jirafeau_mojo42.git] / file.php
index 18bb459d6a04e5fddc35a6c8866a2ed8c15e66c9..ebb5cff8c13644d9d7d6d87505c4a906e34490ee 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-fA-Z-_]*$/', $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