Skip to content
Snippets Groups Projects
Commit 5570f878 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

deployment gui - bug#1413 - missing hosts - allow _ as char in packages and projects

parent 99e94cdc
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ if ($sAction !== "get" && $sAction !== "update") {
quit("action is unknown or not implemented yet.");
}
$sProject = getParam('project', '/[^a-z\-0-9]/');
$sPackage = getParam('package', '/[^a-z\-0-9]/');
$sProject = getParam('project', '/[^a-z\-\_0-9]/');
$sPackage = getParam('package', '/[^a-z\-\_0-9]/');
$sPhase = getParam('phase', '/[^a-z]/');
$sPlace = getParam('place', '/[^a-z]/');
$sHost = getParam('host', '/[^a-z\.\-0-9]/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment