X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/17e768a21c3d6877746fca24440600a9fea4da89..18c82ef56dce9c9eb30b0f2318024d320d878a47:/file.php?ds=sidebyside diff --git a/file.php b/file.php index 0a1554c..bb97570 100644 --- a/file.php +++ b/file.php @@ -101,7 +101,7 @@ if (!empty ($link['key'])) if (!isset ($_POST['key'])) { require (JIRAFEAU_ROOT.'lib/template/header.php'); - echo '<div id = "upload">' . + echo '<div>' . '<form action = "' . $_SERVER['REQUEST_URI'] . '" ' . 'method = "post" id = "submit">'; ?> <input type = "hidden" name = "jirafeau" value = "<?php echo JIRAFEAU_VERSION ?>"/><?php @@ -148,7 +148,7 @@ if (!empty ($link['key'])) if ($cfg['download_page'] && !$password_challenged && !$button_download && !$button_preview) { require (JIRAFEAU_ROOT.'lib/template/header.php'); - echo '<div id = "upload">' . + echo '<div>' . '<form action = "' . $_SERVER['REQUEST_URI'] . '" ' . 'method = "post" id = "submit">'; ?> <input type = "hidden" name = "jirafeau" value = "<?php echo JIRAFEAU_VERSION ?>"/><?php