1 Star 2 Fork 1

chen / IF.SVNAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rolelist.php 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen 提交于 2020-02-12 14:09 . 1、首次提交
<?php
include("include/config.inc.php");
//
// Authentication
//
if (!$appEngine->isAclManagerActive())
{
$appEngine->forwardInvalidModule(true);
}
$appEngine->checkUserAuthentication(true, ACL_MOD_ROLE, ACL_ACTION_VIEW);
$appTR->loadModule("roles");
//
// View Data
//
$roles = $appEngine->getAclManager()->getRoles();
SetValue('RoleList', $roles);
ProcessTemplate('role/rolelist.html.php');
?>
PHP
1
https://gitee.com/uxue/IF.SVNAdmin.git
git@gitee.com:uxue/IF.SVNAdmin.git
uxue
IF.SVNAdmin
IF.SVNAdmin
master

搜索帮助