거래장 에러로그 수정

This commit is contained in:
2018-04-17 03:10:18 +09:00
parent 932ce9bf51
commit 78ce7d20e3
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ function Submit($url, $msg="", $msg2="") {
echo "a"; // 파폭 버그 때문
echo "
<form method=post name=f1 action='{$url}'>
<input type=hidden name=msg value='{$msg}'>
<input type=hidden name=msg2 value='{$msg2}'>
<input type=hidden name=msg value=\"{$msg}\">
<input type=hidden name=msg2 value=\"{$msg2}\">
</form>
<script>f1.submit();</script>
";