diff options
Diffstat (limited to 'includes/include.php')
-rwxr-xr-x | includes/include.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php index acffb58..05aa4b5 100755 --- a/includes/include.php +++ b/includes/include.php @@ -3,6 +3,7 @@ include ('config.php'); include ('includes/inc_auth.php'); include ('includes/inc_vdr.php'); +include ('includes/inc_files.php'); include ('includes/inc_streaminfo.php'); function selectpage() @@ -99,7 +100,7 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category, $cmd = "export SHELL=\"/bin/sh\";printf \"cat \\\"" .$url ."\\\"/0* | ./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now"; break; case 3: - $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now"; + $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now"; break; default: $cmd = ""; |