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,22 @@
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="font-size:12px;line-height:18px;font-family:Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'돋움',Dotum;letter-spacing:-1px;color:#767676;padding-left: 20px;;padding-top: 15px;text-align: center;">
<p>본 메일은 발신전용 입니다.<br>
<small>Copyright <a href="" target="_blank" >{SITE}</a> All Rights Reserved.</small> </p>
</td>
</tr>
<tr>
<td height="50"></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,18 @@
<table border="0" cellpadding="0" cellspacing="0" align="center" style="width:100%;background:#efeff0">
<tbody>
<tr>
<td align="center">
<div style="max-width:600px;margin:0 auto">
<table cellpadding="0" cellspacing="0" style="width:100%;margin:0 auto;background-color:#efeff0;text-align:left">
<tbody>
<tr>
<td style="padding:30px;background:#4A5960;font-size: 23px;line-height: 22px;font-family: Apple SD Gothic Neo,sans-serif,'맑은고딕',Malgun Gothic,'굴림',gulim;letter-spacing: -1px;color: #fff;">
{SITE}
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" style="width:100%;margin:0 auto;background-color:#fff;text-align:left;color:#2c2e37;padding:30px;">
<tbody>
<tr>
<td style="padding:30px;">

View File

@@ -0,0 +1,11 @@
<?php
/*
각각의 링크를 제공하려면 다음과 같은 형식으로 지정해 주세요.
이 링크는 관리자모드 모듈정보 링크에 사용됩니다.
*/
$d['moduleinfo']['market'] = 'http://www.kimsq.co.kr/market'; // 마켓
$d['moduleinfo']['github'] = 'https://github.com/kimsQ/rb'; // 저장소
$d['moduleinfo']['issue'] = 'https://github.com/kimsQ/rb/issues'; // 이슈접수
$d['moduleinfo']['website'] = 'http://www.kimsq.co.kr/'; // 웹사이트
$d['moduleinfo']['help'] = 'http://docs.kimsq.com/rb2/docs/c/Users/modules/system'; // 도움말
?>

View File

@@ -0,0 +1,26 @@
<?php
$d['admin']['themepc'] = "kimsq-white";
$d['admin']['pannellink'] = "kimsq-light.css";
$d['admin']['cache_flag'] = "totime";
$d['admin']['mailer'] = "";
$d['admin']['http_port'] = "";
$d['admin']['secu_tags'] = "img[src|alt|title|width|height|style],
figure[class], figcaption,
oembed[url],
video[src|type|width|height|poster|preload|controls], source[src|type],
a[href|target],
iframe[width|height|src|frameborder|allowfullscreen],
strong, b, i, u, s, mark, code, em, br, font,
h1[style], h2[style], h3[style], h4[style], h5[style], h6[style],
p[style], div[style], center, address[style],
span[style], pre[style],
ul, ol, li,
table[width|height|border|style], th[width|height|border|style],
tr[width|height|border|style], td[width|height|border|style],
hr,
blockquote";
$d['admin']['secu_flash'] = "";
$d['admin']['secu_domain'] = "youtube.com,vimeo.com,";
$d['admin']['secu_param'] = ";a=,&a=,?a=,m=admin,system=,";
$d['admin']['smtp_ssl'] = "";
$d['admin']['uninstall'] = "";

View File

@@ -0,0 +1,3 @@
<?php
$d['admin']['version'] = "2.4.5.39";
?>