From 1d65873e24c1d2d572a68586902d101de60b6d65 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Tue, 23 Mar 2010 18:26:55 +0100 Subject: changes options name --- bin/jsonapi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/jsonapi.php') diff --git a/bin/jsonapi.php b/bin/jsonapi.php index fc39434..bdbe430 100755 --- a/bin/jsonapi.php +++ b/bin/jsonapi.php @@ -5,12 +5,12 @@ function getGlobals() global $vdrstreamdev, $vdrrecpath, $mediasource, $videosource, $audiosource, $vdrenable, $mediaenable; $ret = array(); - if ($vdrenable) + if ($vdrenabled) $ret['streamdev_server'] = $vdrstreamdev; else $ret['streamdev_server'] = ""; $ret['rec_path'] = $vdrrecpath; - if ($mediaenable) + if ($mediaenabled) { $ret['video_path'] = $videosource; $ret['audio_path'] = $audiosource; -- cgit v1.2.3