From 24705cecc0a292d8c7a6abc520cf765b1d247cdf Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 26 Dec 2023 10:16:27 +0800 Subject: [PATCH] * Adjust platform default request type is PATH_INFO. --- module/install/zen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/install/zen.php b/module/install/zen.php index 7293d80b9c..ad31334715 100644 --- a/module/install/zen.php +++ b/module/install/zen.php @@ -322,7 +322,7 @@ class installZen extends install 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';