From dbcf980a2a99ec9b170a341ac0bf00f2e4fe1771 Mon Sep 17 00:00:00 2001 From: jekkos-t520 Date: Fri, 24 Jul 2020 23:27:59 +0200 Subject: [PATCH] Relax required permissions for import_customers (#2885) --- application/views/configs/system_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/configs/system_info.php b/application/views/configs/system_info.php index 2b6c44cfe..048869640 100644 --- a/application/views/configs/system_info.php +++ b/application/views/configs/system_info.php @@ -125,7 +125,7 @@ if((substr(decoct(fileperms($logs)), -4) <= 750 && substr(decoct(fileperms($logs)), -4) >= 700) && (substr(decoct(fileperms($uploads)), -4) <= 750 && substr(decoct(fileperms($uploads)), -4) >= 700) && (substr(decoct(fileperms($images)), -4) <= 750 && substr(decoct(fileperms($images)), -4) >= 700) - && (substr(decoct(fileperms($importcustomers)), -4) < 750 && substr(decoct(fileperms($importcustomers)), -4) >= 700)) { + && (substr(decoct(fileperms($importcustomers)), -4) <= 660 && substr(decoct(fileperms($importcustomers)), -4) >= 400)) { echo '
' . $this->lang->line('config_all_set') . ' '; } else {