mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Show link to http://znc.in from web
This commit is contained in:
@@ -304,7 +304,7 @@ void CWebSock::SetPaths(CModule* pModule, bool bIsTemplate) {
|
||||
void CWebSock::SetVars() {
|
||||
m_Template["SessionUser"] = GetUser();
|
||||
m_Template["SessionIP"] = GetRemoteIP();
|
||||
m_Template["Tag"] = CZNC::GetTag(GetSession()->GetUser() != NULL);
|
||||
m_Template["Tag"] = CZNC::GetTag(GetSession()->GetUser() != NULL, true);
|
||||
m_Template["SkinName"] = GetSkinName();
|
||||
m_Template["_CSRF_Check"] = GetCSRFCheck();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user