checkIntoManage(); if (is_error($check_manange)) { itoast('', $account_api->displayUrl); } } if ($action != 'material-post' && $_GPC['uniacid'] != FILE_NO_UNIACID) { define('FRAME', 'account'); } else { define('FRAME', ''); } if ($action == 'qr') { $platform_qr_permission = permission_check_account_user('platform_qr', false); if ($platform_qr_permission === false) { header("Location: ". url('platform/url2qr')); } } if ($action == 'url2qr') { define('ACTIVE_FRAME_URL', url('platform/qr')); }