<?php 
// +----------------------------------+
// | Uel：Www.Hcw3.Cn                |
// +----------------------------------+
// | By: 红尘资源网                     |
// +----------------------------------+
// | Date: 2022年08月05日             |
// +----------------------------------+
include("./includes/common.php");
include("./includes/txprotect.php");
if(!empty($conf['template']) && $conf['template'] != ""){
    $t = $conf['template'];
}else{
    $t = "default";
}
include 'template/'.$t.'/index.php';
?>