From 43fcb1150055a639d6b63a2bf9253fe7d97e974f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Aug 2022 01:13:25 +0200 Subject: [PATCH] Fix scrutninizer --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 63d1bcc6448..2415322ff1f 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -197,7 +197,7 @@ function testSqlAndScriptInject($val, $type) /** * Return true if security check on parameters are OK, false otherwise. * - * @param string $var Variable name + * @param string|array $var Variable name * @param string $type 1=GET, 0=POST, 2=PHP_SELF * @return boolean|null true if there is no injection. Stop code if injection found. */