세션 쿠키 보안 강화 (#282)

* Enhance Session Cookie Security

* Fix user registration link path
This commit is contained in:
MayCactus
2023-10-18 22:27:00 -04:00
committed by GitHub
parent c95168fb0c
commit c869f29f0d
3 changed files with 12 additions and 3 deletions

View File

@ -33,7 +33,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<h2>회원로그인 안내</h2>
<div>
<a href="<?php echo G5_BBS_URL ?>/password_lost.php">아이디/비밀번호 찾기</a>
<a href="./register.php">회원 가입</a>
<a href="<?php echo G5_BBS_URL ?>/register.php">회원 가입</a>
</div>
</section>
</form>