mirror of
https://github.com/znc/znc.git
synced 2026-07-30 13:33:42 +02:00
Make webadmin use the GLOBALMODCONSTRUCTOR macro
Why didn't it do this already anyway? git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@900 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -104,7 +104,7 @@ protected:
|
||||
|
||||
class CWebAdminMod : public CGlobalModule {
|
||||
public:
|
||||
CWebAdminMod(void *pDLL, const CString& sModName) : CGlobalModule(pDLL, sModName) {
|
||||
GLOBALMODCONSTRUCTOR(CWebAdminMod) {
|
||||
m_uPort = 8080;
|
||||
m_sSkinName = GetNV("SkinName");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user