mirror of https://github.com/MISP/MISP
Merge branch 'develop' of github.com:MISP/MISP into develop
commit
29a2471ac3
|
@ -4027,4 +4027,9 @@ class AppModel extends Model
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
public function checkParam($param)
|
||||
{
|
||||
return preg_match('/^[\w\_\-\. ]+$/', $param);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue