Skip to content

Commit 37b5406

Browse files
committed
New configuration adjusts
1 parent f2c8a5d commit 37b5406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Html.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ function __construct(
7979
}
8080

8181
if ($this->pathHtml === null) {
82-
$this->pathHtml = defined('_HTML') ? _HTML : dirname(__DIR__).'/';
82+
$this->pathHtml = \Config\App::Html();
8383
}
8484

8585
if ($this->pathWww === null) {
86-
$this->pathWww = defined('_WWW') ? _WWW : dirname(__DIR__).'/';
86+
$this->pathWww = \Config\App::Web();
8787
}
8888

8989
if ($this->url === null) {

0 commit comments

Comments
 (0)