diff options
Diffstat (limited to 'web/template/pkg_comments.php')
-rw-r--r-- | web/template/pkg_comments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index aed9ca8..9dd5004 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -15,6 +15,7 @@ while (list($indx, $carr) = each($comments)) { ?> $durl.= '<fieldset style="display:inline;">'; $durl.= '<input type="hidden" name="action" value="do_DeleteComment" />'; $durl.= '<input type="hidden" name="comment_id" value="'.$carr['ID'].'" />'; + $durl.= '<input type="hidden" name="token" value="'.htmlspecialchars($_COOKIE['AURSID']).'" />'; $durl.= '<input type="image" src="images/x.png" '; $durl.= ' alt="'.__("Delete comment").'" name="submit" value="1" '; $durl.= ' /> '; |