mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Support ValidateWebRequestCSRFCheck in perl/python. Fix #1424
This commit is contained in:
@@ -4,6 +4,7 @@ bool WebRequiresAdmin()
|
||||
CString GetWebMenuTitle()
|
||||
bool OnWebPreRequest(CWebSock& WebSock, const CString& sPageName)
|
||||
bool OnWebRequest(CWebSock& WebSock, const CString& sPageName, CTemplate& Tmpl)
|
||||
bool ValidateWebRequestCSRFCheck(CWebSock& WebSock, const CString& sPageName)
|
||||
VWebSubPages* _GetSubPages()=nullptr
|
||||
void OnPreRehash()
|
||||
void OnPostRehash()
|
||||
|
||||
Reference in New Issue
Block a user