aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base
diff options
context:
space:
mode:
authorM.Gergo2020-03-26 17:50:04 +0100
committerM.Gergo2020-03-26 17:50:04 +0100
commitd2c82a8367b63d0a51fb4d3a322e5e83c06874c9 (patch)
tree77661cd9b93903064691378e70fffafd24bf76ed /mayor-orig/mayor-base
parent108cd360416fab309c0d91e26187c5d51dc1f8d7 (diff)
downloadmayor-d2c82a8367b63d0a51fb4d3a322e5e83c06874c9.tar.gz
mayor-d2c82a8367b63d0a51fb4d3a322e5e83c06874c9.zip
Rev: 4640rev4640
Diffstat (limited to 'mayor-orig/mayor-base')
-rw-r--r--mayor-orig/mayor-base/log/mayor-base.rev2
-rw-r--r--mayor-orig/mayor-base/www/include/share/net/upload.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-base/log/mayor-base.rev b/mayor-orig/mayor-base/log/mayor-base.rev
index d464190f..f201ebe0 100644
--- a/mayor-orig/mayor-base/log/mayor-base.rev
+++ b/mayor-orig/mayor-base/log/mayor-base.rev
@@ -1 +1 @@
-4639
+4640
diff --git a/mayor-orig/mayor-base/www/include/share/net/upload.php b/mayor-orig/mayor-base/www/include/share/net/upload.php
index 4aea8b8a..0d50d34e 100644
--- a/mayor-orig/mayor-base/www/include/share/net/upload.php
+++ b/mayor-orig/mayor-base/www/include/share/net/upload.php
@@ -53,7 +53,7 @@ try {
// define('CLAMAV_ENABLED',true);
if (CLAMAV_ENABLED === true) {
$safePath = escapeshellarg($_FILES['upfile']['tmp_name']);
- $command = "clamdscan --quiet --stdout --fdpass ".$safePath." --remove --log='/var/mayor/log/clamdscan.log'"; // --remove
+ $command = "clamdscan --quiet --stdout --fdpass ".$safePath." --remove"; // --remove
$out = '';
$int = -1;
exec($command, $out, $int);