���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/code/management/service/ |
<?php //begin 9-11-2021 $CORE->page_title='Quản lý dịch vụ'; $type='list'; if(isset($CORE->input['type']) && $CORE->input['type']!=''){ $type=$CORE->input['type']; } switch ($type){ default: include 'list.php'; break; case 'post': include 'post.php'; break; case 'post_service_event': include 'post_service_event.php'; break; case 'delete_service_event': include 'delete_service_event.php'; break; case 'delete_service': include 'delete_service.php'; break; case 'post_service_payment': include 'post_service_payment.php'; break; case 'xn_tt': include 'xn_tt.php'; break; case 'hd_detail': include 'hd_detail.php'; exit(); break; case 'stop_service_event': include 'stop_service_event.php'; break; case 'active_service_event': include 'active_service_event.php'; break; case 'delete_detail': include 'delete_detail.php'; break; case 'thutien': include 'thutien.php'; break; } include ROOT_PATH . 'include/block/header.php'; ?> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="?">Home</a></li> <li class="breadcrumb-item active"><a href="?act=management&code=service&type=list">Dịch vụ</a></li> </ol> </div> </div> </div><!-- /.container-fluid --> </section> <!-- Main content --> <section class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <?php if($type=='list') { include 'list_tpl.php'; } if($type=='post') { include 'post_tpl.php'; } ?> </div> </div> </div> </section> </div> <?php include ROOT_PATH . 'include/block/footer.php'; ?>