27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
<?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'] = "";
|
|
$d['admin']['dblclick'] = "1";
|
|
$d['admin']['editor'] = "ckeditor5";
|
|
$d['admin']['syslang'] = "DEFAULT";
|
|
$d['admin']['sysmail'] = "notifications@kimsq.com";
|
|
$d['admin']['sysmodule'] = "site";
|
|
$d['admin']['codeeidt'] = "monokai";
|
|
$d['admin']['sms_tel'] = "";
|
|
$d['admin']['sms_id'] = "";
|
|
$d['admin']['sms_key'] = "";
|
|
$d['admin']['fcm_key'] = "";
|
|
$d['admin']['fcm_SenderId'] = "";
|
|
$d['admin']['fcm_VAPID'] = "";
|
|
$d['admin']['site_cutid'] = "admin,logout,files,dashboard,post,avatar,cover,list";
|
|
?>
|