From 7be29551991ac26200fda5546fd4b92afa20757d Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 9 Nov 2007 15:20:27 +0000 Subject: Also return value in it_taintcheck on machines without taint() support --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 192c743..1428678 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -160,7 +160,7 @@ if (function_exists("taint")) else { function it_untaint(&$value, $marks = 0) { return $value; } - function it_taintcheck(&$value, $marks = 0) { } + function it_taintcheck(&$value, $marks = 0) { return $value; } } ?> -- cgit v1.2.3