mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-23 17:47:54 -05:00
@@ -90,8 +90,8 @@ use Config\OSPOS;
|
||||
File Permissions:<br>
|
||||
» [writeable/logs:]
|
||||
<?php $logs = WRITEPATH . 'logs/';
|
||||
$uploads = FCPATH . 'uploads/';
|
||||
$images = FCPATH . 'uploads/item_pics/';
|
||||
$uploads = WRITEPATH . 'uploads/';
|
||||
$images = WRITEPATH . 'uploads/item_pics/';
|
||||
$importCustomers = WRITEPATH . '/uploads/importCustomers.csv'; // TODO: This variable does not follow naming conventions for the project.
|
||||
|
||||
if (is_writable($logs)) {
|
||||
|
||||
0
writable/uploads/item_pics/.gitkeep
Normal file
0
writable/uploads/item_pics/.gitkeep
Normal file
Reference in New Issue
Block a user