X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/86f660ae2759601c0973edacd5f72782d832a992..9e4d7b5f220d21aa832f88efd784e8f464eb5384:/f.php?ds=inline diff --git a/f.php b/f.php index a272ad5..67590eb 100644 --- a/f.php +++ b/f.php @@ -19,10 +19,9 @@ */ define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -require (JIRAFEAU_ROOT . 'lib/lang.php'); -require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); require (JIRAFEAU_ROOT . 'lib/functions.php'); +require (JIRAFEAU_ROOT . 'lib/lang.php'); if (!isset ($_GET['h']) || empty ($_GET['h'])) { @@ -141,7 +140,7 @@ if (!empty ($link['key'])) '' . '' . '
' . t('Access denied') . '
' . - t('You are about to download') . ' "' . htmlspecialchars($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ')' . + t('You are about to download') . ' "' . htmlspecialchars($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ').' . ' |
' . - t('By using our services, you accept our'). ' ' . t('Term Of Service') . '' . + t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . ' |