Files
wnmj/GonghuiWeb/inc/config.php
2026-02-24 09:25:17 +08:00

15 lines
458 B
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
define('TABLE', 'xq_');//默认表前缀
$CONFIG['ALL']=array(
'yue'=>'08-09-10-11-12-01',//上学期月份1月01
'freeweek'=>'24',//免费前几周
'chengji'=>'90-80-70-0',//学习情况,优-良-及格-差
'sxq'=>'24',//上学期周数
'xxq'=>'26',//下学期周数
'ticheng'=>'0.35',//辅导站提成
'm'=>'1000',//金币抵现金,=1元
'money'=>'240',//一年的费用,元
'tiqu'=>'100',//辅导站最少提取金额,元
'qqhao'=>'1113730638-758525667',//在线QQ号1113730638-758525667
);
?>