정적 분석 결과 반영. MYDB_close 삭제

This commit is contained in:
2018-04-08 22:04:16 +09:00
parent 4e22cf3515
commit 9673ecfaa1
12 changed files with 29 additions and 45 deletions
+2 -2
View File
@@ -258,7 +258,7 @@ if ($genius) {
pushGenLog($me, $mylog);
pushGeneralPublicRecord($log, $admin['year'], $admin['month']);
$adminLog[0] = "가입 : {$name} // {$name} // {$id} // ".getenv("REMOTE_ADDR");
$adminLog[0] = "가입 : {$userID} // {$name} // {$generalID}".getenv("REMOTE_ADDR");
pushAdminLog($adminLog);
$rootDB->insert('member_log', [
@@ -275,7 +275,7 @@ $rootDB->insert('member_log', [
?>
<script>
window.alert('정상적으로 회원 가입되었습니다. ID : <?=$id?> \n튜토리얼을 꼭 읽어보세요!');
window.alert('정상적으로 회원 가입되었습니다. 장수명 : <?=$name?> \n튜토리얼을 꼭 읽어보세요!');
</script>
<script>location.replace('index.php');</script>