Relax required permissions for import_customers (#2885)

This commit is contained in:
jekkos-t520
2020-07-24 23:27:59 +02:00
committed by jekkos
parent e0709fcebb
commit dbcf980a2a

View File

@@ -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 '<br><font color="green">' . $this->lang->line('config_all_set') . ' </font>';
}
else {