From 9cc17fe0ab37c643201faaa3879740bdb1937dc6 Mon Sep 17 00:00:00 2001 From: j-broo Date: Mon, 11 Nov 2019 23:07:23 +0000 Subject: [PATCH] Open TOS in new tab, link protected. --- f.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/f.php b/f.php index be7ce41..79cbe8e 100644 --- a/f.php +++ b/f.php @@ -100,7 +100,7 @@ if (!empty($delete_code) && $delete_code == $link['link_code']) { - ' . t('TOS') . '.' ?> + ' . t('TOS') . '.' ?> ' . '' . '' . - t('USING_SERIVCE'). ' ' . t('TOS') . '.' . + t('USING_SERIVCE'). ' ' . t('TOS') . '.' . ''; if ($link['onetime'] == 'O') { @@ -198,7 +198,7 @@ if (!$password_challenged && !$do_download && !$do_preview) { t('NOW_DOWNLOADING') . ' "' . jirafeau_escape($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ').' . '' . '' . - t('USING_SERIVCE'). ' ' . t('TOS') . '.' . + t('USING_SERIVCE'). ' ' . t('TOS') . '.' . ''; if ($link['onetime'] == 'O') { -- 2.34.1