diff -r d255fe9cd479 -r 00ac8f60d73f wp/wp-content/plugins/wp-filemanager/incl/download.inc.php --- a/wp/wp-content/plugins/wp-filemanager/incl/download.inc.php Tue Oct 15 15:48:13 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -$StrAccessDenied"; - exit(); - } - -// header("Content-Type: ".get_mimetype($filename)); -// header("Content-Length: ".filesize($fullpath)); -// if ($_GET['action'] == "download"); - // header("Content-Disposition: attachment; filename=$filename"); - -// readfile($fullpath); -} - print ""; - print ""; - print ""; - print ""; - print ""; - print ""; - print ""; - print ""; - print "
"; - print " $StrDownload \"".htmlentities($filename)."\""; - print ""; - print "$StrBack"; - print "
"; - print "

"; - print "$StrDownloadClickLink

"; - print "$StrDownloadClickHere \"".htmlentities($filename)."\""; - print "

"; - print "
"; -} -else - print "$StrAccessDenied"; -*/ -?>