mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-10 07:08:33 +02:00
Merge branch 'uncool/dvbsi++' commit 3bbaddec39
Conflicts: src/driver/framebuffer.cpp
This commit is contained in:
@@ -1575,7 +1575,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