summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhonarc archives guy2012-01-04 19:02:53 +0000
committerAlvaro Herrera2012-01-16 20:42:37 +0000
commit3feadce0e7865251af875232ce9bb412309a3600 (patch)
treeef35989f7907faa128c2e42b6771de845099ecc3
parent7377b73cd486264ee48a85be53a51a7092ed2c5b (diff)
fix PHP injection vulnerability
-rw-r--r--archives/bin/resource-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/archives/bin/resource-common b/archives/bin/resource-common
index 99b19419..e7001c78 100644
--- a/archives/bin/resource-common
+++ b/archives/bin/resource-common
@@ -101,7 +101,7 @@ text/x-html; m2h_text_plain::filter; mhtxtplain.pl
<MSGPGBEGIN>
<?php
- $$title = "$SUBJECTNA:72$";
+ $$title = '$SUBJECTNA:72J$';
$$base = "/$LIST$/$YEAR$-$MONTH$/";
if (strstr($$_SERVER["PHP_SELF"], "msgid")) {
$$dots = "../../..";