user_has_rights() ) { // Redirect when creating new equipment type if (!is_valid_action("system_component_new")) { // Show page header print_xml_header(); // Include search content include("menu_syscomp_search_content.php"); // Show page footer print_page_footer(); } else { // Redirect to system component new page header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_syscomp_info&action=" . $_SESSION[$_PAGE_INFO['id']]['action'] . ""); } } ?>