From 49eeafac54e8f3da0553a998e18078212864a25d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 May 2025 23:52:58 +0100 Subject: [PATCH] adjust config.php file --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index 4a407526..b7d60860 100755 --- a/application/config/config.php +++ b/application/config/config.php @@ -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'; /* |--------------------------------------------------------------------------