summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-25 02:03:48 +0100
committerTheTroll <trolldev@gmail.com>2010-02-25 02:03:48 +0100
commit0e5d920a64954cd415ae17f73bdabf8d1fe6cf39 (patch)
tree6ba6630df2e2840fc11c635f7294af9039446313 /includes/include.php
parentd350aac197f8ad5ab501c3b25b6543e802de0e47 (diff)
downloadistreamdev-0e5d920a64954cd415ae17f73bdabf8d1fe6cf39.tar.gz
istreamdev-0e5d920a64954cd415ae17f73bdabf8d1fe6cf39.tar.bz2
Fixed some character issues
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 = "";