Skip to content
Snippets Groups Projects
Commit 47860870 authored by hahn's avatar hahn
Browse files

sws: allow underscore in param values

parent 20c5dece
No related branches found
No related tags found
1 merge request!195534 add docker
......@@ -173,7 +173,7 @@ class sws {
* @return boolean
*/
private function _verifyParamValue($sParamValue){
$sOKChars='a-z0-9\"\{\}\[\]\.\,\ \:\-\+';
$sOKChars='a-z0-9\"\{\}\[\]\.\,\ \:\-\+\_';
/*
$sOKChars='a-z0-9\"\`\'\{\}\[\]\.\,\ \:\-\+'
.'\<\>\='
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment