$lang['antivirus_action_delete'], ANTIVIRUS_ACTION_QUARANTINE => $lang['antivirus_action_quarantine'] ) ); $page_def[] = config_add_single_select( 'antivirus_quarantine_state', $lang['antivirus_quarantine_status_label'], $archive_states ); // Render setup page ritual config_gen_setup_post($page_def, $plugin_name); include '../../../include/header.php'; render_top_page_error_style($error ?? ''); config_gen_setup_html($page_def, $plugin_name, null, $lang['antivirus_configuration']); include '../../../include/footer.php';