diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-23 14:29:15 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-23 14:29:15 +0100 |
commit | 1247a87685d2cf2389d62909f115178d0768748e (patch) | |
tree | 2775a6b72d535eecd864fab7d491127bbc71cd84 /config_default.php | |
parent | be27c9fd4fc24205475c1f8eb4332bde6959c8dc (diff) | |
download | istreamdev-1247a87685d2cf2389d62909f115178d0768748e.tar.gz istreamdev-1247a87685d2cf2389d62909f115178d0768748e.tar.bz2 |
Removed unused option
Diffstat (limited to 'config_default.php')
-rwxr-xr-x | config_default.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config_default.php b/config_default.php index 758ccc9..0bd3c9c 100755 --- a/config_default.php +++ b/config_default.php @@ -5,11 +5,10 @@ $httppath = '/istreamdev/'; // Absolute path to the index.php file. //Don't put http://yourdomain !! // VDR configuration - $vdrenabled=1; // enable/disable VDR features $vdrchannels='/etc/vdr/channels.conf'; // VDR channel list $svdrpport=2001; // SVDRP port $svdrpip='127.0.0.1'; // SVDRP ip - $vdrstreamdev='http://127.0.0.1:3000/TS/'; // VDR streamdev URL + $vdrstreamdev='http://127.0.0.1:3000/TS/'; // VDR streamdev URL (set to "" to disable the VDR feature) $vdrrecpath='/video/'; //VDR recording directory // Media configuration |