X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/f8419669625b7e8768a77539eca79bbb7048381c..refs/merge-requests/32/head:/f.php?ds=sidebyside diff --git a/f.php b/f.php index 0f40638..79f437e 100644 --- a/f.php +++ b/f.php @@ -24,7 +24,7 @@ require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); if (!isset($_GET['h']) || empty($_GET['h'])) { - header('Location: ' . $cfg['web_root']); + header('Location: ./'); exit; } @@ -123,10 +123,7 @@ if (!empty($link['key'])) { if (!isset($_POST['key'])) { require(JIRAFEAU_ROOT.'lib/template/header.php'); echo '
' . - '
'; ?> + ''; ?> ' . '' . t('Password protection') . @@ -135,7 +132,7 @@ if (!empty($link['key'])) { '' . '' . '' . - t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . + t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . ''; if ($link['onetime'] == 'O') { @@ -144,7 +141,7 @@ if (!empty($link['key'])) { ''; } ?>'; ?> + ''; ?> ' . htmlspecialchars($link['file_name']) . '' . '' . ''; if ($link['onetime'] == 'O') { @@ -199,7 +193,7 @@ if (!$password_challenged && !$do_download && !$do_preview) { } ?>
' . 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('Terms of Service') . '.' . + t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . '