mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 02:11:27 +01:00
Code comment
This commit is contained in:
@@ -783,7 +783,7 @@ function checkVal($out = '', $check = 'alphanohtml', $filter = null, $options =
|
|||||||
// keep lines feed
|
// keep lines feed
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'alphawithlgt': // No " and no ../ but we keep balanced < > tags with no special chars inside. Can be used for email string like "Name <email>"
|
case 'alphawithlgt': // No " and no ../ but we keep balanced < > tags with no special chars inside. Can be used for email string like "Name <email>". Less secured than 'alphanohtml'
|
||||||
if (!is_array($out)) {
|
if (!is_array($out)) {
|
||||||
$out = trim($out);
|
$out = trim($out);
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user