Update heroku.php

This commit is contained in:
qkqpttgf
2020-02-25 14:30:44 +08:00
committed by GitHub
parent 961d0852c9
commit 1d054407c2
+1 -1
View File
@@ -206,7 +206,7 @@ function_name:' . $_SERVER['function_name'] . '<br>
}
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})$/;