mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 08:23:45 +02:00
- introduce configurable ZAPITDIR
Conflicts: data/config/settingsupdate.conf.in Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -667,21 +667,21 @@ void CControlAPI::GetTimeCGI(CyhookHandler *hh)
|
||||
// send services.xml
|
||||
void CControlAPI::GetServicesxmlCGI(CyhookHandler *hh)
|
||||
{
|
||||
hh->SendFile(CONFIGDIR "/zapit/services.xml");
|
||||
hh->SendFile(ZAPITDIR "/services.xml");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// send bouquets.xml
|
||||
void CControlAPI::GetBouquetsxmlCGI(CyhookHandler *hh)
|
||||
{
|
||||
hh->SendFile(CONFIGDIR "/zapit/bouquets.xml");
|
||||
hh->SendFile(ZAPITDIR "/bouquets.xml");
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// send ubouquets.xml
|
||||
void CControlAPI::GetUBouquetsxmlCGI(CyhookHandler *hh)
|
||||
{
|
||||
hh->SendFile(CONFIGDIR "/zapit/ubouquets.xml");
|
||||
hh->SendFile(ZAPITDIR "/ubouquets.xml");
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user