summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorroot <root@mediaserver.Belkin>2010-02-18 10:48:37 +0100
committerroot <root@mediaserver.Belkin>2010-02-18 10:48:37 +0100
commite9a1d6573f35c7cf805ff084a5310b6ab9de07a2 (patch)
tree5513aaef1fac3bc7accbe77345a32764fdc767c4 /includes
parent2426652089532de407e1332768127f739ad1674b (diff)
downloadistreamdev-e9a1d6573f35c7cf805ff084a5310b6ab9de07a2.tar.gz
istreamdev-e9a1d6573f35c7cf805ff084a5310b6ab9de07a2.tar.bz2
0.3.5
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php
index 9078aad..b2f133d 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -41,7 +41,7 @@ function selectpage()
$type = $_REQUEST['type'];
$name = $_REQUEST['name'];
$title = $_REQUEST['title'];
- $desc = $_REQUEST['desc'];
+ $desc = stripslashes ($_REQUEST['desc']);
$qname = $_REQUEST['qname'];
$qparams = $_REQUEST['qparams'];
$category = $_REQUEST['category'];