mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -276,4 +276,8 @@ private:
|
||||
MSCString m_PubKeys;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CSSLClientCertMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("certauth");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CSSLClientCertMod, "Allow users to authenticate via SSL client certificates")
|
||||
|
||||
Reference in New Issue
Block a user