diff options
author | Adam <Adam@anope.org> | 2017-03-16 20:22:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-03-16 20:23:57 -0400 |
commit | b831cd8a36bd42fae90e1c0fd408aacf62657ea0 (patch) | |
tree | 7efa96539f5f3013e12fb518f9fb1e5752de471d /modules/webcpanel/pages/hostserv/request.cpp | |
parent | 516ab164f6fcfe641cbf296d1244ac957fb16fd1 (diff) |
Include ip for web clients in command log messages for source
Diffstat (limited to 'modules/webcpanel/pages/hostserv/request.cpp')
-rw-r--r-- | modules/webcpanel/pages/hostserv/request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webcpanel/pages/hostserv/request.cpp b/modules/webcpanel/pages/hostserv/request.cpp index d26bb4323..56f467a1d 100644 --- a/modules/webcpanel/pages/hostserv/request.cpp +++ b/modules/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, "HostServ", "hostserv/request", params, replacements, "CMDR"); + WebPanel::RunCommand(client, na->nc->display, na->nc, "HostServ", "hostserv/request", params, replacements, "CMDR"); } if (na->HasVhost()) |