From 8bb6676f581329097e3e84ca63bea7d4b8e10d11 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 22 Jul 2021 09:58:17 +0200 Subject: [PATCH] settings - fix PHP_* again --- settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings.json b/settings.json index 82951f7..1d91e45 100644 --- a/settings.json +++ b/settings.json @@ -974,7 +974,7 @@ "env": "REMOTE_PHP", "id": "remote-php", "label": "Remote php", - "regex": "^([a-z\\-0-9\\_]+\\.?)*$", + "regex": "^[a-z\-0-9_\.]*$", "type": "text" }, { @@ -983,7 +983,7 @@ "env": "REMOTE_PHP_PATH", "id": "remote-php-path", "label": "Remote php path", - "regex": "^/([a-zA-Z\\-0-9\\_\\./])*$", + "regex": "^\/[a-zA-Z\-0-9_\.\/]*$", "type": "text" }, { @@ -992,7 +992,7 @@ "env": "LOCAL_PHP", "id": "local-php", "label": "local php", - "regex": "^/([a-zA-Z\\-0-9\\_\\./])*$", + "regex": "^\/[a-zA-Z\-0-9_\.\/]*$", "type": "text" }, { @@ -1001,7 +1001,7 @@ "env": "LOCAL_PHP_PATH", "id": "local-php-path", "label": "Local php path", - "regex": "^/([A-Za-z0-9\\-]/?)*$", + "regex": "^\/[a-zA-Z\-0-9_\.\/]*$", "type": "text" } ]