]> git.p6c8.net - jirafeau.git/blobdiff - f.php
Revert "Hotfix for link name length"
[jirafeau.git] / f.php
diff --git a/f.php b/f.php
index 7e385302c7ba332dace8e79bcde06760c07ac43f..2a5a6dad35b68a786ff85540df7af799fc772e52 100644 (file)
--- a/f.php
+++ b/f.php
@@ -20,7 +20,7 @@
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
 
 require (JIRAFEAU_ROOT . 'lib/lang.php');
-require (JIRAFEAU_ROOT . 'lib/config.php');
+require (JIRAFEAU_ROOT . 'lib/config.original.php');
 require (JIRAFEAU_ROOT . 'lib/settings.php');
 require (JIRAFEAU_ROOT . 'lib/functions.php');
 
@@ -189,7 +189,7 @@ if ($cfg['download_page'] && !$password_challenged && !$button_download && !$but
              '</td></tr>' .
              '<tr><td>' .
              t('By using our services, you accept of our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>';
-            ?><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
+            ?></td></tr><tr><td><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
             onclick="document.getElementById('submit').action='
 <?php
         echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&amp;bd=1';

patrick-canterino.de