add missing validator-parameters for setting-formfields
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -38,5 +38,6 @@ function makeSecurePath($path)
|
||||
''
|
||||
);
|
||||
$path = preg_replace($search, $replace, $path);
|
||||
$path = str_replace(" ", "\ ", $path);
|
||||
return $path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user