- t('By using our services, you accept of our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>';
- ?></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 . '&d=1';
- if (!empty($crypt_key))
- echo '&k=' . urlencode($crypt_key);
-?>';
- document.getElementById('submit_download').submit ();"/><?php
+ t('By using our services, you accept our'). ' <a href="' . JIRAFEAU_ABSPREFIX . 'tos.php' . '">' . t('Terms of Service') . '</a>.' .
+ '</td></tr>';
+
+ if ($link['onetime'] == 'O') {
+ echo '<tr><td id="self_destruct">' .
+ t('Warning, this file will self-destruct after being read') .
+ '</td></tr>';
+ } ?>
+ <tr><td><input type="submit" id = "submit_download" value="<?php echo t('Download'); ?>"
+ onclick="document.getElementById('submit_post').action='<?php
+ echo JIRAFEAU_ABSPREFIX . 'f.php?h=' . $link_name . '&d=1';
+ if (!empty($crypt_key)) {
+ echo '&k=' . urlencode($crypt_key);
+ } ?>';
+ document.getElementById('submit_post').submit ();"/><?php