summaryrefslogtreecommitdiff
path: root/includes/inc_stream.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-24 16:07:12 +0100
committerTheTroll <trolldev@gmail.com>2010-02-24 16:07:12 +0100
commit434ac8390a4ca5629a070ddb00e88d534a813eee (patch)
tree66ffcff9254280b8c75765043ce5a91f7452fcca /includes/inc_stream.php
parent6d2af1fac7bd066b75ebd237cc538e29fd21b729 (diff)
downloadistreamdev-434ac8390a4ca5629a070ddb00e88d534a813eee.tar.gz
istreamdev-434ac8390a4ca5629a070ddb00e88d534a813eee.tar.bz2
Now support playing a full dir (still buggy)
inc_home.php cleanup
Diffstat (limited to 'includes/inc_stream.php')
-rwxr-xr-xincludes/inc_stream.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php
index ff15d51..aa3179b 100755
--- a/includes/inc_stream.php
+++ b/includes/inc_stream.php
@@ -203,7 +203,6 @@ else
print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"listchannels\" />";
print " <input name=\"cat\"type=\"hidden\" id=\"cat\" value=\"{$category}\" />";
break;
- default:
case 2:
$dir = dirname($name);
print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"recordings\" />";
@@ -212,7 +211,6 @@ else
case 3:
$mediapath = $_REQUEST['mediapath'];
$subdir = $_REQUEST['subdir'];
- $dir = dirname($name);
print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"media\" />";
print " <input name=\"mediapath\" type=\"hidden\" id=\"mediapath\" value=\"{$mediapath}\" />\r\n";
print " <input name=\"subdir\" type=\"hidden\" id=\"subdir\" value=\"{$subdir}\" />\r\n";