StringUtil 소소한 변경, Json 클래스에서 버려진 함수 제거

This commit is contained in:
2018-04-06 01:04:03 +09:00
parent 76543892bc
commit a0a2e2097c
3 changed files with 10 additions and 47 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ $session = Session::requireLogin()->setReadOnly();
//NOTE: 이 페이지에서는 세션에 데이터를 등록하지 않음. 로그인은 이후에.
$name = $_POST['name'];
$name = StringUtil::NoSpecialCharacter($name);
$name = StringUtil::removeSpecialCharacter($name);
$pic = (int)Util::array_get($_POST['pic'], 0);
$character = (int)Util::array_get($_POST['character'], 0);