{// 定位模块目录$module = $module ? $module . DIRECTORY_SEPARATOR : '';$path = $this->appPath . $module;if (empty($module) || empty(static::$modulesInited[$module])) {// 加载初始化文件if (is_file($path . 'init.php')) {include $path . 'init.php';} elseif (is_file($this->runtimePath . $module . 'init.php')) {include $this->runtimePath . $module . 'init.php';} else {// 加载行为扩展文件if (is_file($path . 'tags.php')) {$tags = include $path . 'tags.php';if (is_array($tags)) {$this->hook->import($tags);}}
| site_id | 10 |
| USER | www |
| HOME | /home/www |
| HTTP_ACCEPT | */* |
| HTTP_HOST | new.ceshi9.cn |
| PATH_INFO | |
| REDIRECT_STATUS | 200 |
| SERVER_NAME | new.ceshi9.cn |
| SERVER_PORT | 80 |
| SERVER_ADDR | 172.21.25.29 |
| REMOTE_PORT | 37752 |
| REMOTE_ADDR | 8.218.224.169 |
| SERVER_SOFTWARE | nginx/1.22.1 |
| GATEWAY_INTERFACE | CGI/1.1 |
| REQUEST_SCHEME | http |
| SERVER_PROTOCOL | HTTP/1.1 |
| DOCUMENT_ROOT | /mnt/7kzhanqun/public |
| DOCUMENT_URI | /index.php |
| REQUEST_URI | /?site_id=10 |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | site_id=10 |
| SCRIPT_FILENAME | /mnt/7kzhanqun/public/index.php |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1770358111.7523 |
| REQUEST_TIME | 1770358111 |
| APP_DEBUG | false |
| CMF_ROOT | /mnt/7kzhanqun/ |
| CMF_DATA | /mnt/7kzhanqun/data/ |
| APP_PATH | /mnt/7kzhanqun/app/ |
| WEB_ROOT | /mnt/7kzhanqun/public/ |
| LARAVEL_START | 1770358111.755 |