From 8052d5a90ac007a0a66e3c348d29d3d76025b524 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 20 Feb 2016 23:19:02 +0800 Subject: [PATCH] use UniSkinMod for default --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 1dddb726..1c0f914f 100644 --- a/config.php +++ b/config.php @@ -18,7 +18,7 @@ define('SALT', '9tvsh55d*s'); define('REGS_PER_IP', 2); /* 优先使用的 Json API,0 为 CustomSkinLoader API, 1 为 UniSkinAPI */ -define('API_TYPE', 0); +define('API_TYPE', 1); /* 站点名称,推荐英文(字体原因) */ define('SITE_TITLE', 'Blessing Skin Server');