From 32a88098b002b788f5faeb54582aa630674aed0b Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Thu, 13 Jun 2019 23:52:03 +0400 Subject: [PATCH] Update system_info.php Remove check for write permissions on import_items.csv file since the file no longer exists and is generated on-the-fly. --- application/views/configs/system_info.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/application/views/configs/system_info.php b/application/views/configs/system_info.php index 07fcc92ef..b60b342cf 100644 --- a/application/views/configs/system_info.php +++ b/application/views/configs/system_info.php @@ -81,15 +81,6 @@ } clearstatcache(); ?>
- » [import_items.csv:] - Writable ✓ '; - } else { - echo ' - ' . substr(sprintf("%o",fileperms($import)),-4) . ' | ' . ' Not Writable ✗ '; - } - clearstatcache(); - ?>
» [import_customers.csv:]