Skip to content

Commit

Permalink
Add method command_base_setup_storage_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Sep 7, 2024
1 parent 9fbfb58 commit 1bd004c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hungng/HungNG_CI_Base_Controllers.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ protected function command_base_setup_storage_directory()
makeNewFolder(FCPATH . 'storage/logs');
makeNewFolder(FCPATH . 'storage/logs/Requests');
makeNewFolder(FCPATH . 'storage/tmp');
makeNewFolder(FCPATH . 'storage/paygate');
makeNewFolder(FCPATH . 'storage/paygate/Data');
file_create(FCPATH . 'storage/logs/accessDenied.log');

makeNewFolder(FCPATH . 'public/storage');
Expand Down
2 changes: 2 additions & 0 deletions hungng/HungNG_CI_Base_Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ protected function command_base_setup_storage_directory()
makeNewFolder(FCPATH . 'storage/logs');
makeNewFolder(FCPATH . 'storage/logs/Requests');
makeNewFolder(FCPATH . 'storage/tmp');
makeNewFolder(FCPATH . 'storage/paygate');
makeNewFolder(FCPATH . 'storage/paygate/Data');
file_create(FCPATH . 'storage/logs/accessDenied.log');

makeNewFolder(FCPATH . 'public/storage');
Expand Down

0 comments on commit 1bd004c

Please sign in to comment.