5 lines
103 B
PHP
5 lines
103 B
PHP
<?php
|
|
defined('IN_TS') or die('Access Denied.');
|
|
|
|
$title = '管理后台';
|
|
include template("admincp"); |