docs - add plugins system
This commit is contained in:
@@ -8,7 +8,7 @@ if (file_exists($_FILES['myfile']['tmp_name']) && is_uploaded_file($_FILES['myfi
|
||||
}
|
||||
?>
|
||||
|
||||
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||
<form action="index.php" method="post" enctype="multipart/form-data">
|
||||
Select file to scan :
|
||||
<input type="file" name="myfile">
|
||||
<input type="submit" value="Scan file" name="submit">
|
||||
|
||||
Reference in New Issue
Block a user