From d2c82a8367b63d0a51fb4d3a322e5e83c06874c9 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Thu, 26 Mar 2020 17:50:04 +0100 Subject: Rev: 4640 --- mayor-orig/mayor-base/log/mayor-base.rev | 2 +- mayor-orig/mayor-base/www/include/share/net/upload.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mayor-orig/mayor-base') 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); -- cgit v1.2.3