쇼핑몰 아웃로그인에서 로그인 후 쇼핑몰에 머물도록 수정

This commit is contained in:
chicpro
2013-09-13 18:24:15 +09:00
parent 5ef2168e4b
commit 842ae0a818
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ include_once(G5_PATH.'/head.sub.php');
<script>
alert("<?php echo $msg; ?>");
document.location=g4_bbs_url+"/login.php?url=<?php echo $url; ?>";
document.location=g5_bbs_url+"/login.php?url=<?php echo $url; ?>";
</script>
<?php