1
0
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:
MatthewM
2012-12-20 16:22:58 -05:00
parent 8e219bdd77
commit a4d5c40d63
@@ -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())