diff options
author | root <root@mediaserver.Belkin> | 2010-02-18 10:48:37 +0100 |
---|---|---|
committer | root <root@mediaserver.Belkin> | 2010-02-18 10:48:37 +0100 |
commit | e9a1d6573f35c7cf805ff084a5310b6ab9de07a2 (patch) | |
tree | 5513aaef1fac3bc7accbe77345a32764fdc767c4 | |
parent | 2426652089532de407e1332768127f739ad1674b (diff) | |
download | istreamdev-e9a1d6573f35c7cf805ff084a5310b6ab9de07a2.tar.gz istreamdev-e9a1d6573f35c7cf805ff084a5310b6ab9de07a2.tar.bz2 |
0.3.5
-rwxr-xr-x | includes/include.php | 2 |
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']; |