mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
webadmin: add missing page title
Makes sure "Traffic Info" shows up in the breadcrumbs.
This commit is contained in:
@@ -1405,6 +1405,7 @@ public:
|
||||
}
|
||||
|
||||
bool TrafficPage(CWebSock& WebSock, CTemplate& Tmpl) {
|
||||
Tmpl["Title"] = "Traffic Info";
|
||||
Tmpl["Uptime"] = CZNC::Get().GetUptime();
|
||||
|
||||
const map<CString,CUser*>& msUsers = CZNC::Get().GetUserMap();
|
||||
|
||||
Reference in New Issue
Block a user