summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'];