diff options
Diffstat (limited to 'WpfTest/GlobalConfig.php')
| -rw-r--r-- | WpfTest/GlobalConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
