adjust config.php file
This commit is contained in:
parent
bdf1adbfe4
commit
49eeafac54
|
@ -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';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue