Top-level context (Linux required)

This commit is contained in:
2022-12-18 07:17:35 +08:00
parent 0b407ac587
commit c17bd38d33
31 changed files with 18526 additions and 42826 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ spl_autoload_register(function($classname) {
//$config['base_url'] = $wrenchboard->cfgReadChar("system.base_url"); //'http://oameye.works.wrenchboard.com/';
$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/';
$config['base_url'] = ''; // https://'.$_SERVER['SERVER_NAME'].'/';
/*
|--------------------------------------------------------------------------
| Index File
@@ -75,7 +75,7 @@ $config['index_page'] = '';
|
| WARNING: If you set this to 'PATH_INFO', URIs will always be URL-decoded!
*/
$config['uri_protocol'] = 'REQUEST_URI';
$config['uri_protocol'] = 'AUTO'; // 'REQUEST_URI';
/*
|--------------------------------------------------------------------------