mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
Remove some dead code from the webcpanel module.
This commit is contained in:
@@ -67,7 +67,6 @@ public:
|
||||
me = this;
|
||||
|
||||
const auto &block = Config->GetModule(this);
|
||||
provider_name = block.Get<const Anope::string>("server", "httpd/main");
|
||||
template_base = Anope::ExpandData(block.Get<const Anope::string>("template_dir", "webcpanel/templates/default"));
|
||||
page_title = block.Get<const Anope::string>("title", "Anope IRC Services");
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
extern Module *me;
|
||||
|
||||
extern Anope::string provider_name, template_base, page_title;
|
||||
extern Anope::string template_base, page_title;
|
||||
|
||||
struct SubSection final
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user