mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-18 19:02:50 -04:00
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.
This commit is contained in:
@@ -81,15 +81,6 @@
|
||||
}
|
||||
clearstatcache();
|
||||
?><br>
|
||||
» [import_items.csv:]
|
||||
<?php
|
||||
if (is_writable($import)) {
|
||||
echo ' - ' . substr(sprintf("%o",fileperms($import)),-4) . ' | ' . '<font color="green"> Writable ✓ </font>';
|
||||
} else {
|
||||
echo ' - ' . substr(sprintf("%o",fileperms($import)),-4) . ' | ' . '<font color="red"> Not Writable ✗ </font>';
|
||||
}
|
||||
clearstatcache();
|
||||
?><br>
|
||||
» [import_customers.csv:]
|
||||
<?php
|
||||
if (is_writable($importcustomers)) {
|
||||
|
||||
Reference in New Issue
Block a user