This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xmnk
/
course-site
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
zhongjing-dierketang
Branches
Tags
master
zhongjing-dierketang
course-site
/
config
/
site.php
site.php
107 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
<?php
/**
* 站点配置文件
*/
return [
'userName' => '实验室',
'superAdmin_ids' => [1]
];