This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<div class="p-4">
<div class="text-center text-muted d-flex align-items-center justify-content-center" style="height: calc(100vh - 10rem);">
<div><i class="fa fa-exclamation-circle fa-3x mb-3" aria-hidden="true"></i>
<p>마켓설정이 필요합니다.</p>
<small>
프로젝트 키는 프로젝트의 정식판 여부를 확인하여 마켓이용과 지원에 활용됩니다. <br>
key가 맞지 않거나 분실시에는 kimsq.com 로그인 , 나의 프로젝트 페이지에서 확인할 있습니다.
</small>
<div class="mt-4">
<a href="<?php echo $g['s']?>/?r=<?php echo $r?>&amp;m=<?php echo $m?>&amp;module=<?php echo $module?>&amp;front=config" class="btn btn-outline-primary btn-block">
설정하기
</a>
</div>
</div>
</div>
</div>