debug
This commit is contained in:
@@ -516,7 +516,10 @@ class SiteContext
|
||||
|
||||
public function getSiteMapByCode(string $strCode): Response
|
||||
{
|
||||
$strFile = root_path('storage/SiteMap') . $this->DomainModel->d_domain . '/';
|
||||
$strFile = rtrim((string)root_path('storage/SiteMap'), DIRECTORY_SEPARATOR)
|
||||
. DIRECTORY_SEPARATOR
|
||||
. $this->DomainModel->d_domain
|
||||
. DIRECTORY_SEPARATOR;
|
||||
|
||||
$intPage = $this->Request->route('page', 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user