From 50edbd3907c26a2d4d616421de9bb51a4d083c1b Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 9 Dec 2024 21:15:02 +0000 Subject: move https in config.ini to debug section --- WpfTest/GlobalConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WpfTest') diff --git a/WpfTest/GlobalConfig.php b/WpfTest/GlobalConfig.php index b5bb9df..4601257 100644 --- a/WpfTest/GlobalConfig.php +++ b/WpfTest/GlobalConfig.php @@ -17,7 +17,7 @@ class GlobalConfig extends Singleton { } public function isHttps(): bool { - return $this->confData['instance']['https'] ?? true; + return $this->confData['debug']['https'] ?? true; } public function getBasePath(): string { -- cgit v1.3