#! /bin/sh /usr/share/dpatch/dpatch-run ## makefile.dpatch ## Patrick Winnertz --- lwat-0.13~pre0.14/lib/functions.php 2007-03-25 16:40:29.000000000 +0200 +++ lwat-0.13~pre0.14/lib/functions.php 2007-03-25 16:56:45.000000000 +0200 @@ -294,7 +294,7 @@ } function readKey ($key) { - return trim($_POST[$key]) ; + return htmlspecialchars(trim($_POST[$key])) ; // return trim($_REQUEST[$key]) ; }