From c637c98510c70e14ec2e1e72aa45108f339721ad Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 28 Jan 2019 05:46:29 +0100 Subject: [PATCH] Fixed typo in csrf token hidden input field --- var/www/html/files.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/var/www/html/files.php b/var/www/html/files.php index 3303a68..c20327a 100644 --- a/var/www/html/files.php +++ b/var/www/html/files.php @@ -303,7 +303,7 @@ $dir=htmlspecialchars($dir);

Index of

-

Upload up to 1GB and up to 100 files at once


+

Upload up to 1GB and up to 100 files at once


- +

@@ -448,7 +448,7 @@ function send_rename($dir){ echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; echo ''; foreach($_POST['files'] as $file){ @@ -467,7 +467,7 @@ function send_edit($ftp, $dir){ echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; echo '
'; $tmpfile='/tmp/'.uniqid();