This commit is contained in:
Laurent Destailleur 2010-11-03 21:21:35 +00:00
parent 2ee4f48537
commit 134fb0e22c

View File

@ -64,7 +64,7 @@ if (function_exists('get_magic_quotes_gpc')) // magic_quotes_* removed in PHP6
}
// Security: SQL and Script Injection protection (Filters on GET, POST)
// Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST)
function test_sql_and_script_inject($val)
{
$sql_inj = 0;