mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-23 17:47:54 -05:00
Fix typo in writeable (#4270)
This commit is contained in:
@@ -88,7 +88,7 @@ use Config\OSPOS;
|
||||
<br><br>
|
||||
|
||||
File Permissions:<br>
|
||||
» [writeable/logs:]
|
||||
» [writable/logs:]
|
||||
<?php $logs = WRITEPATH . 'logs/';
|
||||
$uploads = WRITEPATH . 'uploads/';
|
||||
$images = WRITEPATH . 'uploads/item_pics/';
|
||||
@@ -176,7 +176,7 @@ use Config\OSPOS;
|
||||
}
|
||||
|
||||
if (substr(decoct(fileperms($logs)), -4) != 750) {
|
||||
echo '<br><span style="color: red;"> » [writeable/logs:] ' . lang('Config.is_writable') . '</span>';
|
||||
echo '<br><span style="color: red;"> » [writable/logs:] ' . lang('Config.is_writable') . '</span>';
|
||||
}
|
||||
|
||||
if (substr(decoct(fileperms($uploads)), -4) != 750) {
|
||||
|
||||
Reference in New Issue
Block a user