HOR-1471
HOR-1471 HOR-1471
This commit is contained in:
@@ -5704,6 +5704,17 @@ class G
|
||||
$clean = ($lowercase) ? (function_exists('mb_strtolower')) ? mb_strtolower($clean, 'UTF-8') : strtolower($clean) : $clean;
|
||||
return $clean;
|
||||
}
|
||||
/**
|
||||
* Out the result
|
||||
*
|
||||
* @param string $sVar
|
||||
*
|
||||
* @return showRes($string)
|
||||
*/
|
||||
public function outRes ($sInfVar)
|
||||
{
|
||||
echo $sInfVar;
|
||||
}
|
||||
/**
|
||||
* encryptOld
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user