We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c8a5d commit 37b5406Copy full SHA for 37b5406
Html.php
@@ -79,11 +79,11 @@ function __construct(
79
}
80
81
if ($this->pathHtml === null) {
82
- $this->pathHtml = defined('_HTML') ? _HTML : dirname(__DIR__).'/';
+ $this->pathHtml = \Config\App::Html();
83
84
85
if ($this->pathWww === null) {
86
- $this->pathWww = defined('_WWW') ? _WWW : dirname(__DIR__).'/';
+ $this->pathWww = \Config\App::Web();
87
88
89
if ($this->url === null) {
0 commit comments