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

8 lines
221 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
$CONFIG['ADMIN']=array(
'file_sort'=>'0',//文件管理排序1-访问时间2-文件倒叙3-文件大小;其他-文件排序
'pass'=>'7777777',//系统管理操作密码
'week'=>'28',//学期最大周
'url'=>'www.xhyww.cn',//后台域名
);
?>