mirror of
https://github.com/anope/anope.git
synced 2026-07-07 05:33:13 +02:00
Added the overlay to the vHost request function
This commit is contained in:
@@ -18,7 +18,7 @@ bool WebCPanel::HostServ::Request::OnRequest(HTTPProvider *server, const Anope::
|
||||
std::vector<Anope::string> params;
|
||||
params.push_back(HTTPUtils::URLDecode(message.post_data["req"]));
|
||||
|
||||
WebPanel::RunCommand(na->nc->display, na->nc, Config->HostServ, "hostserv/request", params, replacements);
|
||||
WebPanel::RunCommand(na->nc->display, na->nc, Config->HostServ, "hostserv/request", params, replacements, "CMDR");
|
||||
}
|
||||
|
||||
if (na->HasVhost())
|
||||
|
||||
Reference in New Issue
Block a user