Skip to content

Commit

Permalink
add school ceo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmou committed Dec 5, 2015
1 parent 42a2419 commit bf50b8f
Show file tree
Hide file tree
Showing 14 changed files with 928 additions and 870 deletions.
9 changes: 6 additions & 3 deletions App/Conf/Admin/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//'__PUBLIC__'=>__ROOT__.'/'.APP_NAME.'/Tpl/Admin/Public',
'__PUBLIC__'=>__ROOT__.'/Public/Static',
),
'URL_HTML_SUFFIX' => '.html',
'SHOW_PAGE_TRACE' => false, // ÏÔʾҳÃæTraceÐÅÏ¢
'URL_HTML_SUFFIX' => '.html',
'SHOW_PAGE_TRACE' => false, // 显示页面Trace信息
/**********************************RBAC******************************************/
'RBAC_SUPERADMIN' => 'admin',
'ADMIN_AUTH_KEY' => 'superadmin',
Expand All @@ -17,5 +17,8 @@
'RBAC_ROLE_TABLE' => 'twotree_role',
'RBAC_USER_TABLE' => 'twotree_role_user',
'RBAC_NODE_TABLE' => 'twotree_node',
'RBAC_ACCESS_TABLE' => 'twotree_access'
'RBAC_ACCESS_TABLE' => 'twotree_access',

/*********************************网站信息配置**********************************/
'SERVICE_DOMAIN' => 'http://service.idinggu.com/'
);
370 changes: 0 additions & 370 deletions App/Lib/Action/Admin/+¢¦¦Ë+ OrderAction.class.php

This file was deleted.

Loading

0 comments on commit bf50b8f

Please sign in to comment.