Base URL fix

This commit is contained in:
Chiefsoft Works
2022-09-23 23:23:47 +00:00
parent c3dfa34ffe
commit 0a09cae605
+1 -1
View File
@@ -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