mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
nhttpd: don't decode URL parameters multiple times
This commit is contained in:
@@ -1569,7 +1569,7 @@ void CControlAPI::StartPluginCGI(CyhookHandler *hh)
|
||||
if (hh->ParamList["name"] != "")
|
||||
{
|
||||
pluginname = hh->ParamList["name"];
|
||||
pluginname=decodeString(pluginname);
|
||||
//pluginname=decodeString(pluginname);
|
||||
NeutrinoAPI->EventServer->sendEvent(NeutrinoMessages::EVT_START_PLUGIN,
|
||||
CEventServer::INITID_HTTPD,
|
||||
(void *) pluginname.c_str(),
|
||||
|
Reference in New Issue
Block a user