인스톨 정보 입력 form autocomplete off 처리
This commit is contained in:
@ -17,7 +17,7 @@ if ($_POST['agree'] != '동의함') {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form id="frm_install" method="post" action="./install_db.php" onsubmit="return frm_install_submit(this)">
|
<form id="frm_install" method="post" action="./install_db.php" autocomplete="off" onsubmit="return frm_install_submit(this)">
|
||||||
<table style="margin-bottom:30px">
|
<table style="margin-bottom:30px">
|
||||||
<caption>MySQL 정보입력</caption>
|
<caption>MySQL 정보입력</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user