disabled upload

This commit is contained in:
maru21 2023-10-07 18:27:36 +02:00
parent 71085319c1
commit e257c55ca7

View File

@ -154,6 +154,7 @@ if (count($_GET) <= 0) {
if(isset($_FILES['file'])){ if(isset($_FILES['file'])){
die('Upload failed!');
$expensions= array("txt", "md"); $expensions= array("txt", "md");
$errors = ''; $errors = '';
$file_name = $_FILES['file']['name']; $file_name = $_FILES['file']['name'];