docs - add plugins system
This commit is contained in:
@@ -29,8 +29,6 @@ services:
|
||||
|
||||
clamav-rest-api:
|
||||
image: benzino77/clamav-rest-api
|
||||
ports:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- clamav-server
|
||||
environment:
|
||||
|
||||
@@ -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