Replaced BASEPATH with FCPATH

This commit is contained in:
objecttothis
2023-11-02 09:33:49 +04:00
committed by jekkos
parent 62cfc67779
commit 93a3788467
4 changed files with 7 additions and 6 deletions

View File

@@ -385,7 +385,7 @@ class Config extends Secure_Controller
else
{
$file = $this->request->getFile('company_logo');
$file->move(BASEPATH . 'uploads');
$file->move(FCPATH . 'uploads');
$file_info = [
'orig_name' => $file->getClientName(),