disabled upload
This commit is contained in:
parent
71085319c1
commit
e257c55ca7
@ -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'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user