diff options
author | Alib <aliboba@free.fr> | 2010-02-28 20:00:58 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-28 20:00:58 +0100 |
commit | 2a6a39c1ae2072b0ec93970abe8c819e2731bcf9 (patch) | |
tree | af0fe76f977d0162c03e2be8f68d225735d4ee22 | |
parent | 9ca351b1ecd54f96606fa62415190a8eede73775 (diff) | |
download | istreamdev-2a6a39c1ae2072b0ec93970abe8c819e2731bcf9.tar.gz istreamdev-2a6a39c1ae2072b0ec93970abe8c819e2731bcf9.tar.bz2 |
fix again
-rwxr-xr-x | includes/inc_stream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php index 3b36e8b..2804334 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -94,6 +94,7 @@ foreach ($quality as $qname => $qparams) case 3: $mediapath = $_REQUEST['mediapath']; $subdir = $_REQUEST['subdir']; + $subdir = stripslashes($subdir); print " <input name=\"mediapath\" type=\"hidden\" id=\"mediapath\" value=\"{$mediapath}\" />\r\n"; print " <input name=\"subdir\" type=\"hidden\" id=\"subdir\" value=\"" . stripslashes(subdir) . "\" />\r\n"; // NO BREAK |