This commit is contained in:
Laurent Destailleur
2025-11-18 11:36:45 +01:00
parent 4703344acc
commit 61a849090b
5 changed files with 7 additions and 6 deletions

View File

@@ -1344,6 +1344,7 @@ function sanitizeVal($out = '', $check = 'alphanohtml', $filter = null, $options
}
break;
case 'san_alpha':
dol_syslog("Use of parameter value 'san_alpha' in GETPOST is deprecated. Use 'alphanohtml', 'aZ09comma', ...", LOG_WARNING);
$out = filter_var($out, FILTER_SANITIZE_STRING);
break;
case 'email':