use Custom Skin Loader API for default

This commit is contained in:
printempw 2016-02-28 14:29:20 +08:00
parent bde0d9aac5
commit 8bb79c286a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
textures/*
config.php
.phpintel/

View File

@ -18,7 +18,7 @@ define('SALT', '9tvsh55d*s');
define('REGS_PER_IP', 2);
/* 优先使用的 Json API0 为 CustomSkinLoader API, 1 为 UniSkinAPI */
define('API_TYPE', 1);
define('API_TYPE', 0);
/* 站点名称,推荐英文(字体原因) */
define('SITE_TITLE', 'Blessing Skin Server');