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})$/;