mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-28 20:01:20 -04:00
Merge pull request #2462 from opensourcepos/patch-install-statistics-page
Update system_info.php
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