adjust config.php file

This commit is contained in:
root 2025-05-07 23:52:58 +01:00
parent bdf1adbfe4
commit 49eeafac54
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = '/';//'https://'.$_SERVER['SERVER_NAME'].'/backoffice';
$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/backoffice';
/*
|--------------------------------------------------------------------------