summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/pages/hostserv/request.cpp
diff options
context:
space:
mode:
authorMatthewM <mcm@they-got.us>2012-12-20 16:22:58 -0500
committerMatthewM <mcm@they-got.us>2012-12-20 16:22:58 -0500
commita4d5c40d6365806efd8beea089562b79102f4b5a (patch)
tree9337fcf6413bf23489d65f26e94d61ee35e4b055 /modules/extra/webcpanel/pages/hostserv/request.cpp
parent8e219bdd770e5d62acca853ff0a47e32dc1b1dcf (diff)
Added the overlay to the vHost request function
Diffstat (limited to 'modules/extra/webcpanel/pages/hostserv/request.cpp')
-rw-r--r--modules/extra/webcpanel/pages/hostserv/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/pages/hostserv/request.cpp b/modules/extra/webcpanel/pages/hostserv/request.cpp
index 20b4f5740..dfa4287f1 100644
--- a/modules/extra/webcpanel/pages/hostserv/request.cpp
+++ b/modules/extra/webcpanel/pages/hostserv/request.cpp
@@ -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())