From 50c89b73b4f8e3e4b86dcac9865ee96931c7a9b4 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Mar 2010 17:40:22 +0100 Subject: Added getepg and getepginfo --- bin/backend.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin/backend.php') diff --git a/bin/backend.php b/bin/backend.php index 706dd91..ad72df7 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -100,6 +100,15 @@ switch ($action) $tree = streamAudio($_REQUEST['path'], $_REQUEST['file']); print $tree; break; + + case ("getEpg"): + $tree = getEpg($_REQUEST['channel'], $_REQUEST['time'], $_REQUEST['day'], $_REQUEST['programs']); + print $tree; + break; + case ("getEpgInfo"): + $tree = getEpgInfo($_REQUEST['channel'], $_REQUEST['time'], $_REQUEST['day']); + print $tree; + break; } ?> -- cgit v1.2.3