neutrino: introduce WEBRADIODIR and WEBRADIODIR_VAR

Origin commit data
------------------
Branch: ni/coolstream
Commit: b06fdf8b27
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-25 (Tue, 25 Sep 2018)

Origin message was:
------------------
- neutrino: introduce WEBRADIODIR and WEBRADIODIR_VAR

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-09-25 23:53:35 +02:00
parent ce4e754860
commit 933076a507
3 changed files with 13 additions and 2 deletions

View File

@@ -2778,6 +2778,7 @@ TIMER_START();
CFileHelpers::createDir(LOCALEDIR_VAR);
CFileHelpers::createDir(THEMESDIR_VAR);
CFileHelpers::createDir(PLUGINDIR_VAR);
CFileHelpers::createDir(WEBRADIODIR_VAR);
CFileHelpers::createDir(WEBTVDIR_VAR);
CFileHelpers::createDir(PUBLIC_HTTPDDIR);