From 97d775a200156366b7f6ddd0cc1d6561f84d9890 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 23 Feb 2024 16:08:12 -0300 Subject: [PATCH] Update --- objects/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/functions.php b/objects/functions.php index 528215cb..22ef0fba 100644 --- a/objects/functions.php +++ b/objects/functions.php @@ -690,7 +690,7 @@ function zipDirectory($destinationFile) { $countFilesAdded++; } } else { - error_log("Skipping directory or unreadable file: $filePath"); + //error_log("Skipping directory or unreadable file: $filePath"); } }