Update normal.php

pull/31/head
qkqpttgf 2020-02-25 14:31:04 +08:00 committed by GitHub
parent 1d054407c2
commit d18fd7cfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ Can not write config to file.<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})$/;