www.gusucode.com > JTBCPHP网站内容管理系统 v3.0.1源码程序 > PHP_JTBC_CMS_v3.0.1.2/console/role/manage.php

    <?php
header('content-type: text/xml; charset=utf-8');
header('cache-control: no-cache, must-revalidate');
require_once('../../common/incfiles/page.inc.php');
require_once('common/incfiles/manage.inc.php');
echo jtbc\ui::getResult();
?>