From e9a1d6573f35c7cf805ff084a5310b6ab9de07a2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Feb 2010 10:48:37 +0100 Subject: 0.3.5 --- includes/include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- cgit v1.2.3