Save
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
$page_title='控制台';
|
||||
include('common_head.html');?>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container-fluid">
|
||||
|
||||
<!-- Page Heading -->
|
||||
<h1 class="h3 mb-4 text-gray-800">用户配置</h1>
|
||||
<small style="color: #e83e8c;">请注意:HighSpeaker是单用户的,您添加的所有用户都具备和您一样的管理员权限并甚至可以删除您的账号!</small>
|
||||
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
|
||||
</div>
|
||||
<!-- End of Main Content -->
|
||||
|
||||
|
||||
<?php include('common_foot.html');?>
|
||||
Reference in New Issue
Block a user