disabled upload
This commit is contained in:
parent
71085319c1
commit
e257c55ca7
@ -154,6 +154,7 @@ if (count($_GET) <= 0) {
|
||||
|
||||
|
||||
if(isset($_FILES['file'])){
|
||||
die('Upload failed!');
|
||||
$expensions= array("txt", "md");
|
||||
$errors = '';
|
||||
$file_name = $_FILES['file']['name'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user