국호변경, 국기변경, string neutralize

This commit is contained in:
2020-05-05 03:44:00 +09:00
parent 76b8f8743d
commit 42b59f0471
16 changed files with 470 additions and 106 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ $generalID = $me['no'];
$nationID = $me['nation'];
if($action == '부대창설'){
$name = trim($name);
$name = StringUtil::neutralize($name);
if(!$name){
Json::die([
'result'=>false,
@@ -52,7 +52,7 @@ if($action == '부대창설'){
}
if($action == '부대변경'){
$name = trim($name);
$name = StringUtil::neutralize($name);
if(!$name){
Json::die([
'result'=>false,