diff options
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 3 |
1 files changed, 3 insertions, 0 deletions
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); + ?> |