1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 06:04:54 +01:00

Fix per controllo File di servizio

This commit is contained in:
Luca 2024-01-19 18:04:08 +01:00
parent ae996c22a2
commit 775903561c

View File

@ -310,7 +310,7 @@ $files_to_check = [
$files = [];
foreach ($files_to_check as $name => $description) {
$status = is_writable(base_dir().DIRECTORY_SEPARATOR.$name);
$status = is_readable(base_dir().DIRECTORY_SEPARATOR.$name);
$files[] = [
'name' => $name,