* Adjust platform default request type is PATH_INFO.

This commit is contained in:
caoyanyi
2023-12-26 10:16:29 +08:00
parent 6662b20435
commit 24705cecc0
+1 -1
View File
@@ -322,7 +322,7 @@ class installZen extends install
<?php
\$config->installed = true;
\$config->debug = false;
\$config->requestType = '{$this->config->requestType}';
\$config->requestType = 'PATH_INFO';
\$config->timezone = '$timezone';
\$config->db->driver = '{$this->config->db->driver}';
\$config->db->host = '$dbHost';