]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/functions.php
[BUGFIX] Prevent object ProgressEvent Error
[jirafeau_project.git] / lib / functions.php
index 7d15e1b620267e521d59953db063a194f31814c3..0bb51db1d841c53bcbee4572957969118947df55 100644 (file)
@@ -609,7 +609,7 @@ function jirafeau_admin_list($name, $file_hash, $link_hash)
                 /* Print link informations. */
                 echo '<tr>';
                 echo '<td>' .
-                '<strong><a id="upload_link" href="' . JIRAFEAU_ABSPREFIX . 'f.php?h='. htmlspecialchars($node) .'" title="' .
+                '<strong><a id="upload_link" href="f.php?h='. htmlspecialchars($node) .'" title="' .
                     t('Download page') . '">' . htmlspecialchars($l['file_name']) . '</a></strong>';
                 echo '</td>';
                 echo '<td>' . $l['mime_type'] . '</td>';

patrick-canterino.de