/* Decoded by unphp.net */ ?>hasPermission('456', $_SESSION[SESSION_VAR_NAME]['role'])) { $Page = new page($db); $userAccessRight = $Page->accesspermissions('456', $_SESSION[SESSION_VAR_NAME]['role']); $no_userAccessRight = count($userAccessRight); $access_type = array(); foreach ($userAccessRight as $p_ar) { array_push($access_type, $p_ar['type']); } if (!empty($no_userAccessRight) && $no_userAccessRight > 0) { $userAccessRightIM = $Page->accesspermissions('492', $_SESSION[SESSION_VAR_NAME]['role']); $no_userAccessRightIM = count($userAccessRightIM); $access_typeIM = array(); foreach ($userAccessRightIM as $p_arIM) { array_push($access_typeIM, $p_arIM['type']); } if (in_array('1', $access_type)) { $pid = decrypt_url($_REQUEST['pid'], APP_ENCRYPTION_SALT); $Project = new project($db); $project_details = $Project->getProject_ById($pid); $Global_Settings = new global_settings($db); $module_details = $Global_Settings->get_module_info_byId(2); ?> setProjectId($pid); $indexmaster_details = $IndexMaster->getIndexMasterTopFavourite(); $no_indexmaster_details = count($indexmaster_details); ?>