From 9528624c0e349459c0882259ff3bf76e03300e1b Mon Sep 17 00:00:00 2001 From: WShells Date: Sat, 19 Sep 2020 00:58:54 +0300 Subject: [PATCH] Vulnerability Check Import customers Vulnerability Check --- 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 783212c0c..3b8187718 100644 --- a/application/views/configs/system_info.php +++ b/application/views/configs/system_info.php @@ -113,7 +113,7 @@ echo ' - ' . substr(sprintf("%o",fileperms($importcustomers)),-4) . ' | ' . ' Not Readable ✗ '; } clearstatcache(); - if (is_writable($importcustomers) && substr(decoct(fileperms($importcustomers)), -4) >= 660 ) { + if (is_writable($importcustomers) && substr(decoct(fileperms($importcustomers)), -4) > 660 ) { echo ' | Vulnerable ✗'; } else { echo ' | Security Check Passed ✓ ';