You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
455 B
15 lines
455 B
<?php
|
|
|
|
defined('IN_IA') or exit('Access Denied');
|
|
if (in_array($action, array('registerset', 'agreement'))) {
|
|
define('FRAME', 'site');
|
|
}
|
|
if (in_array($action, array('display', 'expire', 'fields', 'edit', 'create', 'save', 'get_user_group_detail_info'))) {
|
|
define('FRAME', 'user_manage');
|
|
}
|
|
if (in_array($action, array('group', 'create-group'))) {
|
|
define('FRAME', 'permission');
|
|
}
|
|
if (in_array($action, array('profile'))) {
|
|
define('FRAME', 'myself');
|
|
}
|