From 3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 28 Feb 2010 16:04:29 +0100 Subject: fixed recording with ' --- includes/inc_stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/inc_stream.php') diff --git a/includes/inc_stream.php b/includes/inc_stream.php index d35a37e..930c332 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -6,7 +6,7 @@ $category = $_SESSION['currentcat']; $type = $_REQUEST['type']; $name = $_REQUEST['name']; - +$name = stripslashes($name); switch ($type) { // Live TV -- cgit v1.2.3