Take into account in the online list the person who accessed the sitemap

This commit is contained in:
Visman 2023-11-08 20:29:18 +07:00
parent 956a2b2d67
commit 2feaff7b5c

View file

@ -238,7 +238,7 @@ class Misc extends Page
$this->sitemap[$this->c->Router->link('Index')] = null;
}
$this->onlinePos = null;
$this->onlinePos = 'sitemap';
$this->onlineDetail = null;
$this->header('Content-type', 'application/xml; charset=utf-8');