]> git.p6c8.net - jirafeau_project.git/blobdiff - f.php
[TASK] Remove Alias support
[jirafeau_project.git] / f.php
diff --git a/f.php b/f.php
index 79f437ed5a85f0ed412d2d9f2b2f19541a85c715..bcf0848dcfc18f070edb4a518e2c8cd10028b45c 100644 (file)
--- a/f.php
+++ b/f.php
@@ -45,13 +45,6 @@ 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 '<div class="error"><p>' . t('Sorry, the requested file is not found') .

patrick-canterino.de