diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 5298050e..0dc3b1e0 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1405,6 +1405,7 @@ public: } bool TrafficPage(CWebSock& WebSock, CTemplate& Tmpl) { + Tmpl["Title"] = "Traffic Info"; Tmpl["Uptime"] = CZNC::Get().GetUptime(); const map& msUsers = CZNC::Get().GetUserMap();