Fix scrutninizer

This commit is contained in:
Laurent Destailleur 2022-08-11 01:13:25 +02:00
parent d997dfc96e
commit 43fcb11500

View File

@ -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.
*/