<?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>请注意:HighSpeaker是单用户的,您添加的所有用户都具备管理员权限</small>

                </div>
                <!-- /.container-fluid -->

            </div>
            <!-- End of Main Content -->


<?php include('common_foot.html');?>