summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-25 15:40:28 +0100
committerTheTroll <trolldev@gmail.com>2010-02-25 15:40:28 +0100
commit1d3095213541ba77015742a4c05cfcf66fd9c7e7 (patch)
treec2327df530da93e12a0597d709d2249b56b7428b /includes/include.php
parent0bc8b852831b181d1c47d7f5e32ba5c72e9fa308 (diff)
downloadistreamdev-1d3095213541ba77015742a4c05cfcf66fd9c7e7.tar.gz
istreamdev-1d3095213541ba77015742a4c05cfcf66fd9c7e7.tar.bz2
Readd ' fix
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/include.php b/includes/include.php
index f8819dd..6b57a65 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -98,13 +98,13 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category,
switch ($type)
{
case 1:
- $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 2 " .$ffmpegpath ." " .$segmenterpath ." \" | at now";
+ $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 2 " .$ffmpegpath ." " .$segmenterpath ." \" | at now";
break;
case 2:
$cmd = "export SHELL=\"/bin/sh\";printf \"cat \\\"" .$url ."\\\"/0* | ./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now";
break;
case 3:
- $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now";
+ $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now";
break;
default:
$cmd = "";