settings - fix PHP_* again

This commit is contained in:
bunkerity 2021-07-22 09:58:17 +02:00
parent 4234f82c01
commit 8bb6676f58
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C

View File

@ -974,7 +974,7 @@
"env": "REMOTE_PHP", "env": "REMOTE_PHP",
"id": "remote-php", "id": "remote-php",
"label": "Remote php", "label": "Remote php",
"regex": "^([a-z\\-0-9\\_]+\\.?)*$", "regex": "^[a-z\-0-9_\.]*$",
"type": "text" "type": "text"
}, },
{ {
@ -983,7 +983,7 @@
"env": "REMOTE_PHP_PATH", "env": "REMOTE_PHP_PATH",
"id": "remote-php-path", "id": "remote-php-path",
"label": "Remote php path", "label": "Remote php path",
"regex": "^/([a-zA-Z\\-0-9\\_\\./])*$", "regex": "^\/[a-zA-Z\-0-9_\.\/]*$",
"type": "text" "type": "text"
}, },
{ {
@ -992,7 +992,7 @@
"env": "LOCAL_PHP", "env": "LOCAL_PHP",
"id": "local-php", "id": "local-php",
"label": "local php", "label": "local php",
"regex": "^/([a-zA-Z\\-0-9\\_\\./])*$", "regex": "^\/[a-zA-Z\-0-9_\.\/]*$",
"type": "text" "type": "text"
}, },
{ {
@ -1001,7 +1001,7 @@
"env": "LOCAL_PHP_PATH", "env": "LOCAL_PHP_PATH",
"id": "local-php-path", "id": "local-php-path",
"label": "Local php path", "label": "Local php path",
"regex": "^/([A-Za-z0-9\\-]/?)*$", "regex": "^\/[a-zA-Z\-0-9_\.\/]*$",
"type": "text" "type": "text"
} }
] ]