From 961d0852c9a89de9fec416ce2c7e940f1e2bdf2c Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:28:54 +0800 Subject: [PATCH] Update scf.php --- function/scf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/scf.php b/function/scf.php index 8a09b47..9c4c996 100644 --- a/function/scf.php +++ b/function/scf.php @@ -230,7 +230,7 @@ namespace:' . $_SERVER['namespace'] . '
} envs = [' . $envs . ']; if (envs.indexOf(t.disktag_add.value)>-1) { - alert(\'' . $envs . '\'); + alert("Do not input ' . $envs . '"); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/;