거래장 에러로그 수정

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
+3
View File
@@ -24,6 +24,9 @@ $term = Util::getReq('term', 'int');
$stuff = Util::getReq('stuff', 'int'); $stuff = Util::getReq('stuff', 'int');
$sel = Util::getReq('sel', 'int'); $sel = Util::getReq('sel', 'int');
$msg = '';
$msg2 = '';
extractMissingPostToGlobals(); extractMissingPostToGlobals();
//로그인 검사 //로그인 검사
+2 -2
View File
@@ -51,8 +51,8 @@ function Submit($url, $msg="", $msg2="") {
echo "a"; // 파폭 버그 때문 echo "a"; // 파폭 버그 때문
echo " echo "
<form method=post name=f1 action='{$url}'> <form method=post name=f1 action='{$url}'>
<input type=hidden name=msg value='{$msg}'> <input type=hidden name=msg value=\"{$msg}\">
<input type=hidden name=msg2 value='{$msg2}'> <input type=hidden name=msg2 value=\"{$msg2}\">
</form> </form>
<script>f1.submit();</script> <script>f1.submit();</script>
"; ";