fix possible XSS hole (security fix)

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@254 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 63817ea955
commit 6febf0396c

@ -164,7 +164,8 @@ if (isset ($limit)) {
}
}
// this is why we need a proper template layer.
$fDomain = htmlentities($fDomain, ENT_QUOTES);
include ("templates/header.php");
include ("templates/menu.php");
include ("templates/list-virtual.php");

Loading…
Cancel
Save