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 ✓ ';