From 0a09cae60551627fead173f2ab8744b9496d75dd Mon Sep 17 00:00:00 2001 From: Chiefsoft Works Date: Fri, 23 Sep 2022 23:23:47 +0000 Subject: [PATCH] Base URL fix --- 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 1146742..2175d02 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -48,7 +48,7 @@ spl_autoload_register(function($classname) { //$config['base_url'] = $wrenchboard->cfgReadChar("system.base_url"); //'http://oameye.works.wrenchboard.com/'; // $config['base_url'] = "http://192.168.1.140:9085/"; // 'https://'.$_SERVER['SERVER_NAME'].'/'; -$config['base_url'] = 'http://'.$_SERVER['SERVER_NAME'].':9085/'; +$config['base_url'] = '/'; //'http://'.$_SERVER['SERVER_NAME'].':9085/'; /* |-------------------------------------------------------------------------- | Index File