From 3b1a369795c72ee0d42fdeaa1c71cd97a3685954 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 28 Feb 2008 15:25:08 +0000 Subject: Globally untaint ULTRAHOME as it is generated in a safe way --- auto_prepend.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 8955371..d382306 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -176,4 +176,7 @@ else function it_taintcheck($value, $marks = 0) { return $value; } } +# ULTRAHOME is generated in a safe way +$GLOBALS['ULTRAHOME'] = it_untaint($GLOBALS['ULTRAHOME'], TC_ALL); + ?> -- cgit v1.2.3