require (JIRAFEAU_ROOT.'lib/template/header.php');
echo '<div>' .
'<form action = "';
- echo $cfg['web_root'] . '/file.php';
+ echo $cfg['web_root'] . '/f.php';
echo '" ' .
'method = "post" id = "submit">'; ?>
<input type = "hidden" name = "jirafeau" value = "<?php echo JIRAFEAU_VERSION ?>"/><?php
?><input type="submit" id = "submit_download" value="<?php echo t('Download'); ?>"
onclick="document.getElementById('submit').action='
<?php
- echo $cfg['web_root'] . '/file.php?h=' . $link_name . '&bd=1';
+ echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&bd=1';
if (!empty($crypt_key))
echo '&k=' . urlencode($crypt_key);
?>';
?><input type="submit" id = "submit_preview" value="<?php echo t('Preview'); ?>"
onclick="document.getElementById('submit').action='
<?php
- echo $cfg['web_root'] . '/file.php?h=' . $link_name . '&bp=1';
+ echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&bp=1';
if (!empty($crypt_key))
echo '&k=' . urlencode($crypt_key);
?>';
require (JIRAFEAU_ROOT.'lib/template/header.php');
echo '<div>' .
'<form action = "';
- echo $cfg['web_root'] . '/file.php';
+ echo $cfg['web_root'] . '/f.php';
echo '" ' .
'method = "post" id = "submit">'; ?>
<input type = "hidden" name = "jirafeau" value = "<?php echo JIRAFEAU_VERSION ?>"/><?php
?><input type="submit" id = "submit_download" value="<?php echo t('Download'); ?>"
onclick="document.getElementById('submit').action='
<?php
- echo $cfg['web_root'] . '/file.php?h=' . $link_name . '&bd=1';
+ echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&bd=1';
if (!empty($crypt_key))
echo '&k=' . urlencode($crypt_key);
?>';
?><input type="submit" id = "submit_preview" value="<?php echo t('Preview'); ?>"
onclick="document.getElementById('submit').action='
<?php
- echo $cfg['web_root'] . '/file.php?h=' . $link_name . '&bp=1';
+ echo $cfg['web_root'] . '/f.php?h=' . $link_name . '&bp=1';
if (!empty($crypt_key))
echo '&k=' . urlencode($crypt_key);
?>';