This commit is contained in:
2022-06-13 23:37:17 +08:00
parent d21608a860
commit 0230cb42a2
153 changed files with 62907 additions and 0 deletions

17
app/user/index.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
include INDEX_ROOT.'user/head.bad.php';
user_head();
?>
<!-- content start -->
<div class="admin-content">
<div class="am-cf am-padding">
<div class="am-fl am-cf"><strong class="am-text-primary am-text-lg">用户中心首页</strong> / <small><?=$conf['sysname']?></small></div>
</div>
<hr/>
</div>
<!-- content end -->
<?php
user_foot();
?>