工会web

This commit is contained in:
cyw
2026-02-24 09:25:17 +08:00
parent 6444f9f72e
commit ab4066dd14
801 changed files with 74278 additions and 0 deletions

15
GonghuiWeb/inc/config.php Normal file
View 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
);
?>