elseif ((!isset($_SESSION['admin_auth']) || $_SESSION['admin_auth'] != true)
&& empty($cfg['admin_http_auth_user'])) {
require(JIRAFEAU_ROOT . 'lib/template/header.php'); ?>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<fieldset>
<table>
<tr>
?><div id = "admin">
<fieldset><legend><?php echo t('Actions'); ?></legend>
<table>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "clean"/>
<td class = "info">
</td>
</tr>
</form>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "clean_async"/>
<td class = "info">
</td>
</tr>
</form>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "list"/>
<td class = "info">
</td>
</tr>
</form>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "search_by_name"/>
<td class = "info">
</td>
</tr>
</form>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "search_by_file_hash"/>
<td class = "info">
</td>
</tr>
</form>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<tr>
<input type = "hidden" name = "action" value = "search_link"/>
<td class = "info">
</tr>
</form>
</table>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<input type = "hidden" name = "action" value = "logout" />
<input type = "submit" value = "<?php echo t('Logout'); ?>" />
</form>
/* Show auth page. */
if (!isset($_SESSION['upload_auth']) || $_SESSION['upload_auth'] != true) {
?>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<fieldset>
<table>
<tr>
}
}
}
-
+
?>
<div id="upload_finished">
<p><?php echo t('File uploaded !') ?></p>
<p><?php echo t('View link') ?>:</p>
<p><a id="preview_link" href=""></a></p>
</div>
- <?php
+ <?php
} ?>
<div id="upload_direct_download">
<?php
if (jirafeau_has_upload_password($cfg)) {
?>
- <form action = "<?php echo basename(__FILE__); ?>" method = "post">
+ <form method="post">
<input type = "hidden" name = "action" value = "logout"/>
<input type = "submit" value = "<?php echo t('Logout'); ?>" />
</form>
echo '<td>' . strftime('%c', $l['upload_date']) . '</td>';
echo '<td>' . $l['ip'] . '</td>';
echo '<td>' .
- '<form action = "admin.php" method = "post">' .
+ '<form method="post">' .
'<input type = "hidden" name = "action" value = "download"/>' .
'<input type = "hidden" name = "link" value = "' . $node . '"/>' .
'<input type = "submit" value = "' . t('Download') . '" />' .
'</form>' .
- '<form action = "admin.php" method = "post">' .
+ '<form method="post">' .
'<input type = "hidden" name = "action" value = "delete_link"/>' .
'<input type = "hidden" name = "link" value = "' . $node . '"/>' .
'<input type = "submit" value = "' . t('Del link') . '" />' .
'</form>' .
- '<form action = "admin.php" method = "post">' .
+ '<form method="post">' .
'<input type = "hidden" name = "action" value = "delete_file"/>' .
'<input type = "hidden" name = "md5" value = "' . $l['md5'] . '"/>' .
'<input type = "submit" value = "' . t('Del file and links') . '" />' .