1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 14:06:39 +02:00

Unregister operserv_akill page on unload in cpanel

This commit is contained in:
Adam
2012-12-12 02:28:19 -05:00
parent 1c1a216df1
commit 76ba147c22
+2
View File
@@ -202,6 +202,8 @@ class ModuleWebCPanel : public Module
provider->UnregisterPage(&this->memoserv_memos);
provider->UnregisterPage(&this->hostserv_request);
provider->UnregisterPage(&this->operserv_akill);
}
}
};