yweb: use more matching zee-remotecontrol for neo twin

Origin commit data
------------------
Branch: ni/coolstream
Commit: aa0920d807
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)

Origin message was:
------------------
- yweb: use more matching zee-remotecontrol for neo twin

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-06-13 11:43:40 +02:00
parent bcd23ad90f
commit b0f5491fb9
3 changed files with 11 additions and 1 deletions

View File

@@ -625,6 +625,8 @@ void CControlAPI::HWInfoCGI(CyhookHandler *hh)
case 8:
case 9:
boxname += "Neo";
if (CFEManager::getInstance()->getFrontendCount() > 1)
boxname += " Twin";
break;
case 10:
boxname += "Zee";

View File

@@ -694,6 +694,8 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
case 8:
case 9:
boxname += "Neo";
if (CFEManager::getInstance()->getFrontendCount() > 1)
boxname += " Twin";
break;
case 10:
boxname += "Zee";