소스 검색

Update member_do.php

tags/6.2.10
tianya 1 년 전
부모
커밋
ea4febb691
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/admin/member_do.php

+ 4
- 0
src/admin/member_do.php 파일 보기

@@ -142,6 +142,10 @@ else if ($dopost == 'edituser') {
$rank = isset($rank)? intval($rank) : 0;
$id = isset($id)? intval($id) : 0;
$email = isset($email)? HtmlReplace($email,1) : '';
if (!CheckEmail($email)) {
ShowMsg("邮箱格式错误", "-1");
exit();
}
$uname = isset($uname)? HtmlReplace($uname,1) : '';
$spacesta = isset($spacesta)? HtmlReplace($spacesta,1) : '';
$exptime = isset($exptime)? HtmlReplace($exptime,1) : '';


불러오는 중...
취소
저장