그누보드 5.0.40 수정내역 적용 및 XSS 취약점 수정

This commit is contained in:
chicpro
2015-07-13 13:43:46 +09:00
parent 3bbbe96319
commit d5bd57cdfa
4 changed files with 5 additions and 9 deletions

View File

@ -10,7 +10,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<h1><?php echo $g5['title'] ?></h1>
<form name="flogin" action="<?php echo $login_action_url ?>" onsubmit="return flogin_submit(this);" method="post">
<input type="hidden" name="url" value='<?php echo $login_url ?>'>
<input type="hidden" name="url" value="<?php echo $login_url ?>">
<fieldset id="login_fs">
<legend>회원로그인</legend>