工会web
This commit is contained in:
15
GonghuiWeb/inc/config.php
Normal file
15
GonghuiWeb/inc/config.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user