From 134fb0e22c66e7673027bd22a0621496f0110a14 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Nov 2010 21:21:35 +0000 Subject: [PATCH] Doc --- 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 5d0736148f3..32276f2dc32 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -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;