blessing-skin-server/config/options.php
2016-09-25 09:35:10 +08:00

38 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @Author: printempw
* @Date: 2016-07-29 11:53:11
* @Last Modified by: printempw
* @Last Modified time: 2016-09-25 09:32:25
*/
return [
'site_url' => '',
'site_name' => 'Blessing Skin Server',
'site_description' => '开源的 PHP Minecraft 皮肤站',
'user_can_register' => '1',
'regs_per_ip' => '3',
'api_type' => '0',
'announcement' => '欢迎使用 Blessing Skin Server {version}',
'color_scheme' => 'skin-blue',
'home_pic_url' => './resources/assets/images/bg.jpg',
'custom_css' => '',
'custom_js' => '',
'allow_chinese_playername' => '1',
'show_footer_copyright' => '1',
'comment_script' => '',
'user_initial_score' => '1000',
'sign_gap_time' => '24',
'sign_score' => '10,100',
'score_per_storage' => '1',
'private_score_per_storage' => '10',
'score_per_player' => '100',
'sign_after_zero' => '0',
'avatar_query_string' => '0',
'version' => '',
'check_update' => '1',
'update_source' => 'nyavm',
'copyright_text' => '<strong>Copyright &copy; 2016 <a href="{site_url}">{site_name}</a>.</strong> All rights reserved.',
'auto_del_invalid_texture' => '0'
];