Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Drupal\miniorange_oauth_client\Form; use Drupal\Core\Form\FormBase..

Decoded Output download

<?php 
 
 
namespace Drupal\miniorange_oauth_client\Form; 
 
use Drupal\Core\Form\FormBase; 
use Drupal\miniorange_oauth_client\Utilities; 
use Drupal\miniorange_oauth_client\MiniorangeOAuthClientSupport; 
class MiniorangeMapping extends FormBase 
{ 
    public function getFormId() 
    { 
        return "miniorange_mapping"; 
    } 
    public function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state) 
    { 
        if (\Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_customer_admin_email") == NULL || \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_customer_id") == NULL || \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_license_key") == NULL || \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_customer_admin_token") == NULL || \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_customer_api_key") == NULL) { 
            goto Cs; 
        } 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_disabled", FALSE)->save(); 
        goto eC; 
        Cs: 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_disabled", TRUE)->save(); 
        $form["header"] = array("#markup" => "<center><h3>You need to register/login with miniOrange and activate your license before using this module. You can do so in the Customer Setup tab</h3></center>"); 
        eC: 
        $IN = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_email_attr_val"); 
        $ro = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_name_attr_val"); 
        $Us = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_auto_create_users"); 
        $x0 = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_enable_role_mapping"); 
        $Rl = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disable_role_update_of_existing_users"); 
        $form["markup_library"] = array("#attached" => array("library" => array("miniorange_oauth_client/miniorange_oauth_client.admin", "miniorange_oauth_client/miniorange_oauth_client.style_settings"))); 
        $form["header_top_style_1"] = array("#markup" => "<div class="mo_oauth_table_layout_1">"); 
        $form["markup_top"] = array("#markup" => "<div class="mo_oauth_table_layout mo_oauth_container">"); 
        $form["markup_top_vt_start"] = array("#markup" => "<br><h3>Attribute Mapping&nbsp;&nbsp; </h3><hr>"); 
        $form["miniorange_oauth_client_email_attr"] = array("#type" => "textfield", "#id" => "text_field", "#title" => t("Email Attribute: "), "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => $IN, "#attributes" => array()); 
        $form["miniorange_oauth_client_name_attr"] = array("#type" => "textfield", "#id" => "text_field", "#title" => t("Name Attribute: "), "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => $ro, "#attributes" => array()); 
        $form["markup_user_restrict_vt_start"] = array("#markup" => "<br><h3>User Restriction&nbsp;&nbsp; </h3><hr>"); 
        $form["miniorange_oauth_client_license_id_attr"] = array("#type" => "textfield", "#id" => "text_field", "#title" => t("License ID Attribute: "), "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_license_id_attr"), "#attributes" => array()); 
        $form["miniorange_oauth_client_license_expiry_attr"] = array("#type" => "textfield", "#id" => "text_field", "#title" => t("License Expiration Date Attribute: "), "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_license_expiry_attr"), "#attributes" => array()); 
        $form["markup_cam"] = array("#markup" => "<br><h3>Custom Attribute Mapping </h3><hr><p>Add the Drupal field attributes in the Attribute Name textfield and add the OAuth Server attributes that you need to map with the drupal attributes in the OAuth Server Attribute Name textfield. Drupal Field Attributes will be of type text. Add the machine name of the attribute in the Drupal Attribute textfield.</p><p>For example: If the attribute name in the drupal is name then its machine name will be field_name.</p>"); 
        $form["miniorange_attr1_name"] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t("Attribute Name 1"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_attr1_name"), "#attributes" => array("placeholder" => "Enter Attribute Name"), "#required" => FALSE); 
        $form["miniorange_oauth_server_attr1_name"] = array("#type" => "textfield", "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_attr1_name"), "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t("OAuth Server Attribute Name 1"), "#attributes" => array("placeholder" => "Enter OAuth Server Attribute Name"), "#required" => FALSE); 
        $form["miniorange_attr2_name"] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t("Attribute Name 2"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_attr2_name"), "#attributes" => array("placeholder" => "Enter Attribute Name"), "#required" => FALSE); 
        $form["miniorange_oauth_server_attr2_name"] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_attr2_name"), "#title" => t("OAuth Server Attribute Name 2"), "#attributes" => array("placeholder" => "Enter OAuth Server Attribute Name"), "#required" => FALSE); 
        $form["miniorange_attr3_name"] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_attr3_name"), "#title" => t("Attribute Name 3"), "#attributes" => array("placeholder" => "Enter Attribute Name"), "#required" => FALSE); 
        $form["miniorange_oauth_server_attr3_name"] = array("#type" => "textfield", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_attr3_name"), "#id" => "text_field", "#title" => t("OAuth Server Attribute Name 3"), "#attributes" => array("placeholder" => "Enter OAuth Server Attribute Name"), "#required" => FALSE); 
        $form["miniorange_attr4_name"] = array("#type" => "textfield", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#id" => "text_field", "#title" => t("Attribute Name 4"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_attr4_name"), "#attributes" => array("placeholder" => "Enter Attribute Name"), "#required" => FALSE); 
        $form["miniorange_oauth_server_attr4_name"] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_attr4_name"), "#title" => t("OAuth Server Attribute Name 4"), "#attributes" => array("placeholder" => "Enter OAuth Server Attribute Name"), "#required" => FALSE); 
        $form["markup_role"] = array("#markup" => "<br><h3>Custom Role Mapping</h3><hr>"); 
        $form["miniorange_enable_role_mapping"] = array("#type" => "checkbox", "#default_value" => $x0, "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t("Enable Role Mapping")); 
        $form["miniorange_oauth_disable_role_update"] = array("#type" => "checkbox", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => $Rl, "#title" => t("Check this option if you do not want to update user role if roles not mapped.")); 
        $form["miniorange_oauth_enable_autocreate_users"] = array("#type" => "checkbox", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => $Us, "#title" => t("Check this option if you want to enable <b>auto creation</b> of users if user does not exist.")); 
        $s8 = user_role_names(TRUE); 
        $s8 = array_values($s8); 
        $Ao = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_default_role"); 
        $uK = array_search($Ao, $s8); 
        $form["miniorange_oauth_default_mapping"] = array("#type" => "select", "#id" => "miniorange_oauth_client_app", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t("Select default group users"), "#options" => $s8, "#default_value" => $Ao, "#attributes" => array("style" => "width:73%;")); 
        $form["miniorange_oauth_role_attr_name"] = array("#type" => "textfield", "#title" => t("Role"), "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_role_attr_name"), "#attributes" => array("placeholder" => "Enter Role Attribute"), "#required" => FALSE); 
        foreach ($s8 as $dl) { 
            $ZP = str_replace(" ", '', $dl); 
            $form["miniorange_oauth_role_" . $ZP] = array("#type" => "textfield", "#id" => "text_field", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#title" => t($dl), "#default_value" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_role_" . $ZP), "#attributes" => array("placeholder" => "Semi-colon(;) separated Group/Role value for " . $dl), "#required" => FALSE); 
            JB: 
        } 
        i5: 
        $form["markup_divEnd"] = array("#markup" => "<br>"); 
        $form["miniorange_oauth_client_attr_setup_button"] = array("#type" => "submit", "#id" => "button_config_center", "#disabled" => \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_disabled"), "#value" => t("Save Configuration"), "#submit" => array("::miniorange_oauth_client_attr_setup_submit")); 
        Utilities::spConfigGuide($form, $form_state); 
        Utilities::AddSupportButton($form, $form_state); 
        return $form; 
    } 
    public function submitForm(array &$form, \Drupal\Core\Form\FormStateInterface $form_state) 
    { 
    } 
    function miniorange_oauth_client_attr_setup_submit($form, $form_state) 
    { 
        $IN = trim($form["miniorange_oauth_client_email_attr"]["#value"]); 
        $ro = trim($form["miniorange_oauth_client_name_attr"]["#value"]); 
        $Us = $form["miniorange_oauth_enable_autocreate_users"]["#value"]; 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_email_attr_val", $IN)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_name_attr_val", $ro)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_auto_create_users", $Us)->save(); 
        $B7 = \Drupal::config("miniorange_oauth_client.settings")->get("miniorange_oauth_client_appval"); 
        $cx = trim($form["miniorange_oauth_client_license_id_attr"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_license_id_attr", $cx)->save(); 
        $ve = trim($form["miniorange_oauth_client_license_expiry_attr"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_license_expiry_attr", $ve)->save(); 
        $s8 = user_role_names(TRUE); 
        $s8 = array_values($s8); 
        $C9 = $form["miniorange_enable_role_mapping"]["#value"]; 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_enable_role_mapping", $C9)->save(); 
        $o2 = trim($form["miniorange_oauth_role_attr_name"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_role_attr_name", $o2)->save(); 
        $B7["miniorange_oauth_client_email_attr"] = $IN; 
        $B7["miniorange_oauth_client_name_attr"] = $ro; 
        $Rl = $form["miniorange_oauth_disable_role_update"]["#value"]; 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_disable_role_update_of_existing_users", $Rl)->save(); 
        $H_ = trim($form["miniorange_oauth_server_attr1_name"]["#value"]); 
        $nJ = trim($form["miniorange_attr1_name"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_attr1_name", $H_)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_attr1_name", $nJ)->save(); 
        $yn = trim($form["miniorange_oauth_server_attr2_name"]["#value"]); 
        $Uq = trim($form["miniorange_attr2_name"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_attr2_name", $yn)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_attr2_name", $Uq)->save(); 
        $eC = trim($form["miniorange_oauth_server_attr3_name"]["#value"]); 
        $sV = trim($form["miniorange_attr3_name"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_attr3_name", $eC)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_attr3_name", $sV)->save(); 
        $vo = trim($form["miniorange_attr4_name"]["#value"]); 
        $qS = trim($form["miniorange_oauth_server_attr4_name"]["#value"]); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_attr4_name", $qS)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_attr4_name", $vo)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_client_appval", $B7)->save(); 
        $AP = $form["miniorange_oauth_default_mapping"]["#value"]; 
        if ($C9 == 1) { 
            goto Mq; 
        } 
        $C9 = FALSE; 
        goto lU; 
        Mq: 
        $C9 = TRUE; 
        lU: 
        if ($C9) { 
            goto zc; 
        } 
        foreach ($s8 as $FE => $mg) { 
            $ZP = str_replace(" ", '', $mg); 
            \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_role_" . $ZP, '')->save(); 
            PW: 
        } 
        HZ: 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_default_role", $s8[0])->save(); 
        goto R0; 
        zc: 
        $oD = array(); 
        foreach ($s8 as $FE => $mg) { 
            $ZP = str_replace(" ", '', $mg); 
            if (!empty($form["miniorange_oauth_role_" . $ZP]["#value"])) { 
                goto dP; 
            } 
            \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_role_" . $ZP, '')->save(); 
            goto ka; 
            dP: 
            $Ug = $form["miniorange_oauth_role_" . $ZP]["#value"]; 
            \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_role_" . $ZP, $Ug)->save(); 
            $Ic = explode(";", $Ug); 
            foreach ($Ic as $od) { 
                $oD[$od] = $mg; 
                XV: 
            } 
            BR: 
            ka: 
            uh: 
        } 
        uC: 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("rolemap", $oD)->save(); 
        \Drupal::configFactory()->getEditable("miniorange_oauth_client.settings")->set("miniorange_oauth_default_role", $AP)->save(); 
        R0: 
        \Drupal::messenger()->addMessage(t("Your configurations have been saved successfully.")); 
    } 
    public function saved_support(array &$form, \Drupal\Core\Form\FormStateInterface $form_state) 
    { 
        $rc = $form["miniorange_oauth_client_email_address"]["#value"]; 
        $oS = $form["miniorange_oauth_client_phone_number"]["#value"]; 
        $GH = $form["miniorange_oauth_client_support_query"]["#value"]; 
        Utilities::send_support_query($rc, $oS, $GH); 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace Drupal\miniorange_oauth_client\Form;

use Drupal\Core\Form\FormBase;
use Drupal\miniorange_oauth_client\Utilities;
use Drupal\miniorange_oauth_client\MiniorangeOAuthClientSupport;
class MiniorangeMapping extends FormBase
{
    public function getFormId()
    {
        return "\155\x69\156\151\157\x72\141\156\x67\x65\x5f\x6d\141\x70\160\151\156\x67";
    }
    public function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state)
    {
        if (\Drupal::config("\155\151\156\151\x6f\162\x61\156\x67\145\137\157\141\165\164\x68\x5f\x63\154\151\145\x6e\x74\x2e\x73\145\164\164\x69\156\x67\x73")->get("\155\151\x6e\151\157\162\x61\156\x67\145\x5f\x6f\141\x75\164\x68\137\x63\x6c\151\145\x6e\x74\x5f\143\x75\163\164\157\155\145\162\137\x61\x64\155\151\156\137\x65\155\x61\151\154") == NULL || \Drupal::config("\155\151\156\x69\157\x72\141\x6e\x67\145\137\157\x61\x75\164\150\137\143\x6c\x69\x65\x6e\x74\x2e\x73\145\x74\x74\151\x6e\147\x73")->get("\x6d\x69\156\x69\x6f\x72\141\x6e\147\x65\137\x6f\141\x75\164\150\137\143\154\151\145\x6e\164\137\143\165\163\x74\x6f\x6d\145\162\137\x69\144") == NULL || \Drupal::config("\x6d\151\156\151\157\162\141\156\147\145\x5f\157\x61\165\x74\x68\x5f\x63\x6c\x69\x65\156\x74\x2e\163\145\x74\164\151\x6e\147\x73")->get("\155\151\x6e\151\x6f\x72\x61\x6e\147\145\x5f\x6f\141\165\164\150\x5f\143\154\x69\x65\156\164\x5f\x6c\151\143\x65\x6e\163\145\137\153\x65\x79") == NULL || \Drupal::config("\155\151\156\x69\157\162\141\156\x67\145\137\x6f\141\165\164\150\137\x63\x6c\151\145\x6e\164\x2e\163\145\164\x74\x69\x6e\147\163")->get("\155\x69\x6e\x69\x6f\162\141\x6e\147\145\137\x6f\141\165\x74\x68\x5f\143\154\151\145\156\x74\137\143\x75\x73\164\x6f\155\145\162\x5f\x61\x64\x6d\x69\x6e\137\164\x6f\153\x65\156") == NULL || \Drupal::config("\155\151\x6e\151\x6f\162\x61\156\x67\145\137\157\141\165\x74\x68\x5f\143\154\151\145\156\x74\x2e\x73\x65\164\x74\151\156\x67\x73")->get("\155\x69\156\151\x6f\x72\x61\x6e\x67\x65\x5f\157\141\165\x74\x68\137\143\x6c\151\145\156\164\x5f\x63\x75\163\164\x6f\x6d\x65\x72\x5f\x61\160\x69\137\x6b\x65\171") == NULL) {
            goto Cs;
        }
        \Drupal::configFactory()->getEditable("\155\x69\156\x69\157\x72\x61\156\147\145\x5f\157\141\x75\164\150\x5f\x63\x6c\151\145\x6e\x74\x2e\163\145\x74\x74\151\156\147\163")->set("\155\151\x6e\x69\157\162\x61\x6e\147\145\137\x6f\x61\165\x74\x68\x5f\x63\x6c\151\145\156\164\137\144\151\163\141\x62\154\145\x64", FALSE)->save();
        goto eC;
        Cs:
        \Drupal::configFactory()->getEditable("\155\151\156\151\x6f\162\x61\x6e\147\145\137\x6f\x61\165\164\150\x5f\143\154\x69\145\x6e\x74\56\163\145\164\x74\151\156\147\163")->set("\155\151\156\x69\157\162\141\x6e\x67\x65\x5f\157\141\x75\164\150\x5f\143\x6c\151\145\156\x74\x5f\144\151\x73\x61\142\154\x65\144", TRUE)->save();
        $form["\x68\x65\x61\144\x65\162"] = array("\x23\x6d\x61\162\x6b\165\x70" => "\74\143\x65\156\164\145\162\x3e\74\x68\x33\76\131\x6f\x75\x20\156\145\x65\144\40\x74\x6f\40\x72\145\x67\151\163\164\145\x72\x2f\x6c\x6f\x67\151\156\x20\167\151\x74\150\40\x6d\x69\x6e\151\x4f\162\141\x6e\x67\x65\40\141\x6e\144\x20\141\143\x74\x69\166\x61\x74\145\40\171\x6f\x75\x72\x20\154\x69\x63\x65\x6e\163\x65\40\x62\145\146\157\x72\x65\40\x75\163\151\156\x67\x20\x74\150\151\x73\x20\155\157\144\165\x6c\145\x2e\40\131\157\165\x20\143\x61\156\40\144\x6f\x20\163\x6f\40\151\156\40\x74\150\x65\40\103\165\x73\x74\x6f\155\145\x72\40\x53\x65\x74\165\x70\x20\164\x61\x62\74\57\150\63\76\74\x2f\143\145\x6e\x74\145\x72\x3e");
        eC:
        $IN = \Drupal::config("\x6d\x69\156\x69\157\162\141\x6e\x67\x65\x5f\157\141\165\x74\150\137\143\x6c\151\x65\156\164\56\163\145\164\x74\151\156\147\163")->get("\155\x69\x6e\x69\157\162\141\x6e\147\145\137\157\141\165\164\150\x5f\x63\x6c\x69\145\156\x74\x5f\x65\155\141\x69\x6c\137\141\x74\164\x72\137\x76\x61\154");
        $ro = \Drupal::config("\155\151\156\x69\157\162\x61\x6e\147\145\137\157\x61\x75\x74\150\x5f\143\154\x69\x65\x6e\x74\56\163\145\x74\x74\151\x6e\147\163")->get("\x6d\x69\156\151\157\x72\141\x6e\x67\145\137\x6f\x61\165\x74\x68\x5f\x63\x6c\151\145\x6e\x74\137\x6e\141\155\x65\137\141\x74\164\162\x5f\x76\141\x6c");
        $Us = \Drupal::config("\155\x69\156\x69\x6f\162\141\x6e\x67\x65\137\157\x61\x75\164\150\137\143\x6c\151\145\156\164\56\163\x65\x74\164\x69\x6e\x67\163")->get("\155\x69\x6e\x69\157\x72\x61\156\x67\145\137\x6f\x61\x75\x74\x68\137\143\x6c\151\145\156\x74\x5f\141\165\164\157\137\143\162\x65\141\x74\145\137\x75\163\145\162\x73");
        $x0 = \Drupal::config("\x6d\151\x6e\x69\157\x72\141\156\147\145\x5f\x6f\141\165\x74\x68\137\x63\154\151\145\156\164\56\163\x65\164\164\x69\x6e\147\x73")->get("\x6d\x69\x6e\151\x6f\162\141\156\x67\145\x5f\x6f\141\x75\x74\x68\x5f\143\154\151\145\x6e\164\x5f\x65\156\x61\142\x6c\145\137\162\157\x6c\x65\137\155\141\160\160\151\156\x67");
        $Rl = \Drupal::config("\x6d\151\x6e\151\157\x72\x61\x6e\x67\145\x5f\x6f\141\x75\x74\x68\137\143\x6c\151\145\x6e\x74\56\163\x65\164\x74\151\156\x67\163")->get("\x6d\151\156\x69\x6f\162\141\x6e\147\x65\x5f\x6f\141\x75\164\x68\137\143\x6c\x69\145\x6e\x74\x5f\x64\x69\x73\x61\142\x6c\x65\137\162\157\x6c\x65\x5f\x75\160\x64\141\x74\145\137\x6f\146\137\145\x78\151\x73\164\x69\x6e\147\137\165\x73\x65\162\x73");
        $form["\155\141\x72\153\165\160\137\154\151\142\x72\x61\x72\x79"] = array("\x23\x61\164\x74\141\143\x68\145\x64" => array("\154\151\x62\162\141\162\x79" => array("\x6d\x69\156\151\x6f\x72\141\x6e\x67\x65\x5f\x6f\141\x75\164\x68\137\143\x6c\151\x65\x6e\164\57\x6d\151\x6e\151\157\x72\x61\x6e\147\145\x5f\x6f\141\x75\164\150\137\143\154\151\x65\x6e\164\56\x61\x64\x6d\151\x6e", "\155\x69\156\151\157\x72\141\x6e\147\145\137\x6f\x61\165\164\x68\137\143\x6c\x69\x65\x6e\x74\x2f\x6d\151\156\151\157\x72\x61\156\147\x65\x5f\157\141\165\164\x68\137\143\x6c\x69\x65\156\164\56\163\164\171\x6c\x65\137\x73\145\164\164\151\x6e\147\x73")));
        $form["\x68\145\x61\144\x65\x72\x5f\x74\x6f\x70\137\x73\x74\x79\x6c\x65\137\x31"] = array("\x23\x6d\141\162\153\x75\x70" => "\x3c\144\x69\x76\40\x63\x6c\x61\163\163\75\x22\x6d\157\137\157\x61\165\164\150\x5f\x74\x61\142\x6c\x65\137\154\141\171\157\165\x74\137\61\x22\76");
        $form["\155\141\162\153\165\160\137\164\157\160"] = array("\43\x6d\141\162\x6b\165\x70" => "\x3c\144\x69\x76\x20\143\154\141\x73\163\x3d\42\155\157\137\x6f\141\x75\164\150\137\164\141\x62\x6c\x65\x5f\154\141\x79\x6f\165\164\x20\155\x6f\x5f\x6f\x61\165\164\150\x5f\x63\x6f\x6e\x74\x61\x69\156\x65\x72\42\x3e");
        $form["\x6d\x61\162\153\x75\x70\137\x74\x6f\x70\x5f\166\164\x5f\x73\164\141\162\x74"] = array("\43\x6d\141\x72\x6b\x75\160" => "\74\142\x72\x3e\x3c\x68\63\76\x41\164\164\x72\151\x62\x75\164\x65\x20\115\141\160\160\x69\x6e\x67\46\156\x62\163\160\73\46\156\x62\x73\160\73\x20\x3c\x2f\x68\63\x3e\x3c\x68\x72\x3e");
        $form["\155\x69\x6e\x69\x6f\x72\x61\x6e\147\x65\x5f\157\141\x75\x74\x68\137\x63\x6c\151\145\156\164\x5f\145\x6d\x61\x69\x6c\x5f\x61\164\164\x72"] = array("\x23\x74\171\160\145" => "\x74\145\170\164\146\x69\x65\x6c\x64", "\x23\x69\144" => "\x74\x65\x78\x74\x5f\x66\x69\x65\154\x64", "\x23\x74\151\164\154\x65" => t("\105\x6d\141\151\x6c\x20\x41\164\x74\162\151\142\165\164\145\x3a\40"), "\x23\x64\x69\163\141\x62\154\x65\144" => \Drupal::config("\155\151\156\x69\157\x72\x61\x6e\x67\145\137\x6f\141\165\164\x68\x5f\143\x6c\x69\x65\156\164\56\x73\x65\x74\x74\151\x6e\147\163")->get("\155\x69\156\x69\x6f\x72\141\x6e\x67\145\x5f\x6f\x61\165\x74\150\x5f\x63\x6c\x69\145\156\164\137\144\151\x73\141\x62\x6c\145\x64"), "\43\144\145\146\141\165\x6c\x74\137\166\141\154\x75\x65" => $IN, "\43\x61\164\164\x72\x69\x62\165\164\x65\163" => array());
        $form["\x6d\151\156\151\157\162\141\156\x67\145\137\x6f\141\165\x74\150\137\143\154\151\145\156\164\137\156\x61\x6d\145\137\141\164\x74\x72"] = array("\43\x74\x79\x70\x65" => "\164\x65\170\164\x66\x69\x65\x6c\144", "\43\151\144" => "\x74\145\170\164\x5f\146\x69\x65\154\144", "\x23\164\151\x74\x6c\x65" => t("\x4e\141\155\x65\40\101\x74\164\x72\x69\x62\x75\164\145\x3a\40"), "\x23\x64\151\x73\141\142\154\145\x64" => \Drupal::config("\155\151\156\151\x6f\162\141\156\x67\145\137\157\141\x75\164\x68\x5f\143\154\151\x65\156\x74\x2e\x73\x65\164\x74\151\x6e\147\x73")->get("\x6d\151\x6e\x69\157\x72\141\x6e\x67\x65\137\157\141\x75\x74\x68\137\x63\154\151\145\x6e\164\137\144\x69\163\x61\x62\154\145\x64"), "\43\x64\145\x66\141\165\x6c\164\137\x76\x61\x6c\x75\145" => $ro, "\x23\141\164\164\162\x69\142\165\164\145\163" => array());
        $form["\x6d\x61\x72\153\x75\x70\x5f\165\x73\145\x72\x5f\x72\145\x73\164\x72\x69\143\164\x5f\x76\164\137\x73\164\x61\x72\x74"] = array("\43\x6d\141\162\153\165\x70" => "\74\142\162\x3e\74\150\63\x3e\125\x73\145\162\x20\x52\145\163\x74\162\x69\x63\164\x69\x6f\x6e\46\156\x62\x73\160\x3b\x26\x6e\142\x73\x70\73\x20\x3c\x2f\150\63\76\x3c\x68\x72\76");
        $form["\x6d\x69\x6e\x69\x6f\162\x61\156\x67\145\137\157\141\165\164\150\x5f\143\x6c\x69\145\x6e\x74\x5f\154\x69\x63\145\156\163\x65\x5f\151\144\x5f\141\x74\164\x72"] = array("\x23\x74\171\x70\145" => "\x74\145\170\x74\146\151\145\154\144", "\43\x69\x64" => "\x74\145\x78\x74\x5f\x66\x69\145\154\144", "\x23\164\151\164\154\x65" => t("\114\151\143\x65\x6e\x73\x65\40\x49\104\x20\x41\x74\x74\162\151\x62\165\164\145\x3a\x20"), "\x23\144\151\x73\141\x62\154\145\x64" => \Drupal::config("\x6d\x69\x6e\x69\x6f\162\x61\x6e\147\145\137\157\x61\165\164\150\137\x63\x6c\151\145\x6e\164\x2e\x73\x65\164\164\151\156\x67\163")->get("\155\x69\156\151\x6f\162\x61\x6e\x67\145\x5f\157\x61\165\164\x68\137\143\154\151\145\x6e\x74\x5f\144\151\163\141\x62\154\x65\144"), "\x23\x64\145\x66\141\x75\154\164\x5f\166\x61\154\x75\145" => \Drupal::config("\155\151\x6e\151\157\162\x61\x6e\x67\145\137\x6f\x61\165\x74\150\x5f\143\x6c\x69\145\x6e\164\56\x73\145\164\x74\x69\156\147\x73")->get("\155\x69\156\x69\x6f\x72\x61\156\x67\145\x5f\x6f\141\x75\x74\x68\137\x63\x6c\x69\145\156\164\137\x6c\x69\143\x65\156\x73\x65\137\x69\x64\137\x61\164\x74\162"), "\x23\x61\x74\x74\x72\x69\142\x75\x74\x65\163" => array());
        $form["\155\x69\x6e\x69\157\x72\141\x6e\147\145\137\157\x61\165\164\x68\137\143\154\151\x65\x6e\x74\x5f\x6c\x69\x63\x65\156\163\x65\137\145\170\x70\x69\162\x79\x5f\x61\x74\164\162"] = array("\43\x74\171\160\x65" => "\x74\145\x78\164\146\x69\145\x6c\144", "\43\151\144" => "\164\x65\x78\x74\x5f\x66\151\x65\x6c\x64", "\x23\164\x69\164\x6c\x65" => t("\114\x69\143\145\x6e\x73\x65\x20\x45\170\x70\151\x72\x61\164\151\x6f\156\40\104\x61\164\x65\x20\101\164\x74\162\151\x62\165\x74\x65\x3a\x20"), "\x23\144\x69\x73\x61\142\154\x65\x64" => \Drupal::config("\155\151\156\151\157\162\141\156\x67\145\137\x6f\x61\x75\x74\150\x5f\143\x6c\151\x65\x6e\x74\x2e\163\x65\164\x74\151\156\x67\x73")->get("\155\x69\x6e\x69\x6f\x72\141\x6e\147\x65\137\157\141\x75\164\150\x5f\143\x6c\151\x65\156\164\137\144\x69\x73\x61\142\x6c\x65\x64"), "\x23\x64\145\x66\141\x75\x6c\x74\137\166\x61\154\x75\145" => \Drupal::config("\x6d\151\x6e\x69\157\x72\141\x6e\x67\145\x5f\x6f\141\x75\164\x68\137\x63\x6c\151\145\156\164\x2e\163\145\x74\164\151\x6e\x67\163")->get("\x6d\151\x6e\151\x6f\162\141\x6e\x67\x65\137\157\x61\x75\x74\150\x5f\x63\154\151\145\x6e\x74\x5f\x6c\151\x63\145\156\x73\145\x5f\145\170\160\151\x72\x79\137\x61\x74\164\x72"), "\43\x61\x74\x74\x72\x69\x62\165\164\145\x73" => array());
        $form["\155\141\x72\153\165\x70\x5f\143\x61\155"] = array("\43\x6d\141\x72\153\x75\x70" => "\74\x62\162\x3e\x3c\x68\63\x3e\x43\x75\163\164\157\155\40\101\x74\x74\x72\151\x62\165\164\x65\x20\115\141\160\160\x69\156\x67\x20\74\x2f\150\x33\76\74\150\x72\x3e\x3c\160\76\x41\x64\144\40\164\x68\x65\40\104\x72\165\x70\x61\154\40\x66\151\145\154\144\x20\141\164\x74\162\151\x62\165\164\x65\x73\40\151\x6e\40\x74\150\x65\40\101\x74\164\x72\x69\x62\165\x74\x65\x20\116\141\x6d\x65\40\164\145\x78\164\146\x69\x65\154\144\40\x61\156\144\x20\x61\144\144\x20\x74\150\x65\x20\x4f\x41\x75\x74\150\x20\123\x65\x72\x76\x65\162\x20\141\164\164\162\151\142\x75\x74\x65\x73\x20\x74\x68\141\164\x20\171\157\x75\40\156\x65\145\x64\40\x74\x6f\40\x6d\141\x70\x20\x77\151\x74\150\40\x74\150\x65\x20\x64\162\x75\160\x61\x6c\x20\141\164\x74\x72\x69\142\165\164\x65\163\x20\x69\x6e\40\x74\150\x65\40\x4f\x41\x75\x74\x68\40\x53\x65\162\166\145\x72\x20\101\x74\x74\162\151\x62\165\164\145\40\x4e\141\x6d\x65\x20\x74\145\x78\x74\146\151\x65\154\x64\x2e\x20\x44\162\165\160\x61\154\x20\x46\151\x65\154\x64\40\x41\x74\x74\162\151\x62\165\164\145\x73\x20\167\151\x6c\154\x20\142\x65\x20\157\146\x20\164\x79\x70\145\x20\164\145\170\x74\56\x20\x41\144\144\40\164\x68\x65\40\x6d\x61\143\x68\151\x6e\145\40\x6e\x61\155\x65\40\157\146\x20\x74\x68\x65\x20\x61\x74\x74\x72\x69\142\165\164\145\40\151\x6e\x20\x74\x68\145\40\x44\162\x75\x70\141\154\40\101\x74\164\162\x69\142\165\x74\x65\40\x74\145\170\x74\146\x69\145\x6c\144\x2e\74\x2f\x70\x3e\x3c\x70\x3e\x46\157\x72\x20\145\170\x61\155\x70\154\145\72\x20\x49\x66\40\164\150\x65\40\x61\x74\164\162\x69\x62\165\164\145\x20\x6e\141\155\145\40\x69\x6e\x20\x74\x68\145\40\144\162\x75\x70\x61\154\40\x69\x73\x20\x6e\141\x6d\x65\40\x74\150\x65\x6e\x20\151\x74\x73\x20\155\x61\x63\150\x69\156\x65\40\156\141\x6d\145\40\167\x69\154\x6c\40\142\145\x20\146\x69\x65\x6c\x64\x5f\156\141\155\145\56\x3c\57\x70\76");
        $form["\x6d\151\x6e\151\157\x72\x61\156\147\x65\137\x61\x74\x74\x72\x31\x5f\156\x61\x6d\x65"] = array("\43\x74\x79\x70\145" => "\x74\145\170\164\x66\151\x65\154\144", "\43\x69\144" => "\164\145\170\164\137\x66\x69\145\x6c\144", "\x23\144\x69\x73\x61\142\154\x65\144" => \Drupal::config("\x6d\x69\156\x69\x6f\162\141\156\x67\145\x5f\x6f\x61\165\164\x68\x5f\x63\x6c\151\145\156\164\56\x73\x65\x74\x74\x69\156\147\163")->get("\155\151\x6e\151\x6f\162\141\156\x67\x65\x5f\157\141\165\x74\150\137\143\154\x69\x65\x6e\x74\137\x64\x69\163\141\x62\x6c\x65\144"), "\43\x74\151\x74\x6c\145" => t("\x41\164\164\162\151\x62\x75\164\x65\40\x4e\141\155\145\40\x31"), "\x23\x64\145\x66\141\165\x6c\x74\x5f\166\x61\154\165\145" => \Drupal::config("\155\x69\x6e\x69\x6f\162\141\x6e\147\145\x5f\x6f\x61\x75\x74\150\137\143\154\151\145\x6e\x74\x2e\163\x65\x74\x74\x69\x6e\x67\163")->get("\155\151\156\x69\x6f\162\141\156\x67\x65\137\141\x74\x74\162\61\137\x6e\x61\x6d\x65"), "\x23\141\164\164\x72\151\x62\x75\x74\x65\163" => array("\160\154\x61\x63\145\150\157\x6c\144\x65\x72" => "\105\x6e\x74\145\162\x20\101\x74\x74\x72\x69\x62\165\x74\x65\x20\116\141\x6d\x65"), "\43\162\x65\x71\165\x69\162\x65\x64" => FALSE);
        $form["\x6d\x69\156\x69\x6f\162\x61\x6e\147\x65\137\x6f\x61\x75\164\150\137\163\145\162\166\x65\162\137\x61\x74\164\x72\x31\x5f\156\141\x6d\145"] = array("\x23\164\x79\x70\145" => "\164\145\x78\x74\x66\151\x65\x6c\x64", "\x23\x64\x65\146\141\165\x6c\x74\137\166\x61\154\x75\145" => \Drupal::config("\155\151\156\x69\157\x72\141\156\147\x65\137\157\x61\165\164\x68\137\x63\x6c\151\x65\156\164\x2e\x73\x65\164\x74\151\156\147\x73")->get("\155\151\x6e\151\157\162\141\156\147\145\x5f\157\x61\165\x74\150\137\141\164\164\x72\61\x5f\156\141\155\145"), "\43\151\144" => "\x74\145\170\164\x5f\x66\151\x65\154\x64", "\x23\x64\151\163\141\142\154\x65\x64" => \Drupal::config("\x6d\x69\156\151\157\162\141\156\x67\145\137\x6f\141\165\164\150\x5f\x63\x6c\151\x65\156\x74\x2e\163\x65\x74\164\151\156\x67\163")->get("\x6d\x69\x6e\x69\x6f\x72\x61\156\x67\x65\137\157\141\165\164\x68\137\143\154\151\x65\156\x74\137\x64\x69\163\x61\x62\x6c\145\x64"), "\x23\x74\x69\x74\154\145" => t("\x4f\101\x75\x74\x68\x20\123\x65\x72\166\x65\x72\x20\x41\164\x74\x72\151\142\x75\164\145\x20\116\x61\155\x65\x20\x31"), "\43\x61\x74\164\x72\151\x62\165\x74\x65\163" => array("\160\154\141\143\145\150\157\x6c\144\x65\x72" => "\x45\x6e\x74\x65\162\x20\117\x41\x75\164\x68\x20\123\145\162\x76\x65\x72\40\101\164\x74\162\x69\x62\165\164\x65\40\116\x61\x6d\145"), "\43\x72\145\x71\x75\x69\x72\145\x64" => FALSE);
        $form["\x6d\x69\156\151\157\162\x61\x6e\147\x65\137\141\x74\x74\x72\x32\x5f\156\141\x6d\145"] = array("\x23\x74\171\160\145" => "\x74\145\x78\x74\146\x69\145\154\144", "\x23\x69\x64" => "\164\145\x78\x74\x5f\146\151\145\x6c\144", "\43\x64\x69\x73\141\x62\154\x65\x64" => \Drupal::config("\x6d\151\x6e\151\x6f\162\x61\x6e\x67\145\x5f\x6f\x61\x75\164\x68\x5f\143\x6c\151\145\x6e\x74\x2e\163\145\x74\164\x69\x6e\147\x73")->get("\x6d\x69\x6e\151\x6f\x72\141\156\x67\145\137\157\x61\165\x74\x68\137\143\x6c\151\x65\156\164\137\x64\x69\163\141\x62\154\x65\144"), "\x23\x74\151\164\x6c\x65" => t("\x41\x74\164\162\151\142\165\164\145\40\x4e\x61\x6d\145\40\62"), "\x23\144\x65\146\141\x75\x6c\164\x5f\x76\141\x6c\x75\145" => \Drupal::config("\155\151\x6e\x69\x6f\x72\x61\x6e\147\x65\x5f\157\141\165\164\150\137\143\x6c\x69\x65\x6e\164\56\163\145\164\164\151\x6e\147\163")->get("\155\x69\156\151\x6f\162\x61\156\x67\x65\137\141\x74\164\x72\62\x5f\156\x61\155\145"), "\43\141\x74\164\162\151\142\x75\x74\145\x73" => array("\x70\154\141\143\x65\x68\x6f\x6c\x64\145\x72" => "\105\156\164\145\162\x20\101\x74\x74\x72\151\142\165\164\x65\40\116\141\x6d\145"), "\43\162\x65\x71\165\x69\162\145\144" => FALSE);
        $form["\x6d\151\156\x69\157\x72\x61\156\147\x65\137\157\x61\x75\x74\150\x5f\x73\x65\162\166\x65\162\137\141\x74\164\162\62\x5f\156\141\x6d\x65"] = array("\x23\x74\x79\160\x65" => "\x74\145\170\x74\x66\x69\x65\x6c\x64", "\43\151\144" => "\x74\x65\170\164\137\146\151\x65\x6c\x64", "\x23\144\x69\163\141\142\x6c\x65\144" => \Drupal::config("\x6d\x69\156\x69\x6f\162\141\156\x67\145\x5f\x6f\x61\x75\164\x68\x5f\143\154\x69\x65\156\x74\56\x73\x65\x74\x74\x69\156\147\x73")->get("\155\151\156\151\x6f\x72\141\x6e\x67\145\x5f\x6f\141\x75\x74\150\x5f\x63\x6c\151\x65\156\x74\x5f\144\x69\x73\x61\142\154\x65\x64"), "\43\144\x65\x66\141\x75\x6c\x74\137\x76\141\x6c\x75\x65" => \Drupal::config("\155\151\x6e\151\x6f\x72\x61\x6e\x67\145\137\x6f\141\x75\x74\150\x5f\x63\154\151\x65\x6e\164\56\x73\145\x74\x74\151\156\x67\163")->get("\155\151\x6e\151\157\162\x61\156\x67\145\x5f\x6f\x61\165\164\150\137\x61\x74\x74\x72\x32\x5f\156\141\x6d\145"), "\43\164\151\x74\154\x65" => t("\x4f\101\165\164\150\x20\123\145\x72\166\145\162\x20\x41\x74\164\x72\151\142\x75\x74\x65\40\x4e\141\x6d\145\40\62"), "\43\141\x74\x74\x72\151\x62\x75\164\145\x73" => array("\160\x6c\141\143\x65\x68\x6f\x6c\x64\145\x72" => "\x45\156\x74\x65\162\40\117\101\x75\x74\x68\40\x53\145\162\166\x65\x72\x20\101\164\x74\x72\151\142\165\164\x65\40\x4e\x61\x6d\145"), "\x23\162\x65\161\x75\x69\162\x65\x64" => FALSE);
        $form["\x6d\x69\156\151\x6f\162\141\x6e\147\145\x5f\x61\164\164\x72\x33\x5f\156\x61\x6d\145"] = array("\x23\164\x79\160\x65" => "\164\x65\x78\164\x66\151\145\x6c\144", "\x23\151\x64" => "\x74\x65\170\164\137\146\x69\145\154\x64", "\43\x64\x69\163\x61\142\154\x65\144" => \Drupal::config("\155\151\x6e\x69\x6f\x72\141\x6e\x67\x65\x5f\x6f\x61\x75\x74\150\137\143\154\151\x65\x6e\x74\x2e\163\x65\164\x74\151\156\x67\x73")->get("\x6d\x69\156\x69\x6f\162\141\x6e\x67\x65\137\157\141\165\164\x68\x5f\143\154\151\145\156\164\137\144\x69\x73\141\142\154\x65\144"), "\x23\x64\x65\146\141\x75\154\164\137\166\141\x6c\x75\x65" => \Drupal::config("\x6d\x69\x6e\151\x6f\x72\141\156\147\145\x5f\157\x61\x75\164\150\137\x63\154\x69\145\156\164\56\x73\145\164\x74\x69\x6e\147\163")->get("\x6d\151\x6e\x69\x6f\162\x61\x6e\x67\145\137\x61\164\x74\x72\x33\x5f\156\141\x6d\x65"), "\43\164\x69\164\x6c\145" => t("\101\164\x74\x72\151\x62\165\164\145\40\x4e\141\155\x65\x20\x33"), "\x23\141\164\x74\162\x69\142\x75\164\x65\x73" => array("\160\154\141\x63\145\x68\x6f\x6c\144\x65\x72" => "\x45\156\164\145\162\x20\x41\x74\x74\x72\151\142\x75\x74\x65\40\x4e\141\155\145"), "\x23\x72\x65\161\165\x69\162\145\144" => FALSE);
        $form["\155\151\156\x69\x6f\162\141\x6e\x67\x65\x5f\157\x61\165\164\x68\x5f\163\x65\162\x76\145\162\x5f\141\164\x74\162\63\x5f\x6e\141\155\x65"] = array("\x23\x74\171\x70\145" => "\x74\145\x78\x74\x66\x69\145\x6c\x64", "\43\x64\x69\163\141\x62\154\x65\144" => \Drupal::config("\x6d\x69\x6e\x69\157\x72\141\x6e\x67\x65\x5f\157\141\165\164\x68\137\143\154\151\x65\156\x74\56\163\145\164\164\151\156\147\x73")->get("\x6d\151\x6e\151\x6f\x72\x61\156\147\x65\x5f\x6f\141\x75\x74\150\137\x63\x6c\x69\145\x6e\x74\137\x64\151\163\141\142\154\x65\x64"), "\43\x64\x65\146\141\165\x6c\x74\137\x76\141\154\x75\x65" => \Drupal::config("\x6d\151\x6e\151\157\x72\x61\156\x67\x65\137\x6f\x61\165\x74\150\x5f\x63\154\151\145\x6e\x74\56\163\x65\x74\x74\151\156\x67\x73")->get("\x6d\x69\156\151\x6f\x72\x61\x6e\147\x65\x5f\x6f\x61\165\164\150\x5f\x61\x74\x74\162\63\x5f\x6e\141\155\145"), "\x23\x69\x64" => "\164\x65\170\x74\137\x66\x69\145\x6c\144", "\x23\164\151\164\154\x65" => t("\x4f\101\165\x74\150\x20\123\145\x72\x76\x65\x72\x20\x41\x74\164\x72\151\142\165\x74\x65\x20\116\141\x6d\145\x20\63"), "\43\x61\x74\164\162\x69\142\x75\164\145\x73" => array("\x70\x6c\141\x63\145\150\157\154\x64\145\x72" => "\105\156\x74\x65\x72\x20\x4f\x41\x75\x74\150\40\x53\x65\162\x76\145\x72\x20\101\164\164\x72\151\142\x75\164\145\x20\116\x61\155\145"), "\x23\162\x65\161\165\151\x72\145\144" => FALSE);
        $form["\155\x69\x6e\151\157\162\141\156\x67\145\x5f\x61\164\164\162\64\x5f\156\141\x6d\145"] = array("\43\x74\x79\x70\145" => "\x74\x65\x78\x74\x66\x69\x65\x6c\x64", "\x23\x64\x69\163\141\x62\x6c\x65\x64" => \Drupal::config("\155\151\156\151\x6f\162\x61\x6e\147\x65\x5f\x6f\141\165\x74\150\137\x63\x6c\x69\145\156\x74\x2e\163\x65\164\x74\151\156\147\163")->get("\x6d\x69\156\x69\x6f\162\141\x6e\147\145\137\x6f\141\x75\164\x68\137\143\x6c\151\x65\x6e\x74\137\x64\x69\163\x61\x62\154\145\144"), "\x23\151\x64" => "\164\145\x78\164\x5f\x66\x69\x65\154\144", "\43\164\151\164\x6c\x65" => t("\x41\x74\164\x72\x69\142\x75\164\145\x20\x4e\141\155\x65\x20\x34"), "\x23\144\x65\x66\x61\x75\154\164\x5f\166\x61\x6c\x75\x65" => \Drupal::config("\155\151\156\x69\x6f\x72\141\x6e\x67\x65\137\x6f\x61\x75\x74\150\137\143\x6c\151\x65\x6e\164\56\163\145\164\x74\x69\x6e\x67\x73")->get("\155\151\x6e\151\x6f\162\x61\x6e\x67\x65\x5f\x61\x74\x74\x72\x34\137\x6e\x61\155\145"), "\x23\141\x74\x74\162\x69\x62\x75\x74\x65\x73" => array("\160\154\x61\x63\x65\x68\x6f\154\x64\x65\x72" => "\x45\x6e\164\x65\x72\40\101\164\x74\x72\151\x62\165\164\145\40\x4e\141\x6d\145"), "\x23\162\145\161\x75\151\x72\145\x64" => FALSE);
        $form["\155\x69\x6e\151\x6f\162\x61\x6e\x67\x65\137\x6f\141\165\164\x68\x5f\x73\145\162\166\145\x72\x5f\x61\x74\164\x72\64\x5f\156\x61\x6d\x65"] = array("\x23\x74\171\x70\x65" => "\164\145\170\x74\146\151\145\154\144", "\43\151\x64" => "\x74\145\170\x74\x5f\x66\x69\145\154\144", "\x23\x64\151\163\141\142\154\x65\x64" => \Drupal::config("\x6d\x69\x6e\151\157\x72\x61\156\x67\145\137\x6f\x61\165\164\150\x5f\143\x6c\x69\x65\x6e\x74\x2e\x73\145\164\x74\x69\156\147\163")->get("\x6d\x69\x6e\x69\x6f\x72\141\156\147\x65\137\157\x61\165\164\150\137\143\x6c\151\x65\x6e\164\137\144\151\x73\141\x62\x6c\x65\x64"), "\43\144\x65\x66\141\165\x6c\164\x5f\166\141\x6c\165\x65" => \Drupal::config("\x6d\151\x6e\151\x6f\x72\x61\x6e\x67\145\x5f\157\141\165\x74\x68\137\x63\x6c\x69\x65\x6e\x74\56\x73\x65\x74\x74\151\156\x67\x73")->get("\x6d\x69\156\x69\157\162\x61\x6e\x67\x65\x5f\157\141\165\164\x68\x5f\141\164\x74\x72\64\137\156\x61\155\145"), "\x23\x74\151\x74\x6c\x65" => t("\117\101\165\x74\150\40\x53\x65\162\x76\145\162\x20\x41\x74\164\162\x69\142\x75\164\x65\40\116\141\x6d\x65\x20\x34"), "\x23\141\164\164\x72\151\x62\x75\x74\x65\x73" => array("\x70\x6c\141\x63\145\x68\157\154\144\145\162" => "\x45\x6e\x74\145\x72\x20\x4f\101\x75\x74\x68\40\123\145\x72\166\x65\162\40\x41\x74\x74\x72\x69\142\165\164\145\40\x4e\x61\155\145"), "\x23\x72\x65\161\x75\151\162\x65\144" => FALSE);
        $form["\155\x61\162\x6b\x75\160\137\x72\x6f\154\145"] = array("\43\155\x61\162\x6b\165\x70" => "\x3c\x62\x72\76\x3c\x68\63\x3e\x43\165\163\164\x6f\155\x20\x52\x6f\x6c\x65\40\x4d\x61\160\x70\151\x6e\147\x3c\57\150\x33\x3e\74\x68\x72\x3e");
        $form["\155\x69\156\x69\x6f\162\141\x6e\147\x65\137\x65\x6e\141\142\x6c\x65\137\x72\x6f\154\145\x5f\155\141\160\160\151\x6e\x67"] = array("\x23\x74\171\160\145" => "\x63\x68\x65\143\153\x62\157\x78", "\43\144\x65\146\x61\x75\x6c\x74\137\166\141\154\x75\145" => $x0, "\x23\144\x69\163\x61\142\x6c\x65\x64" => \Drupal::config("\155\x69\x6e\x69\x6f\x72\141\156\147\145\x5f\x6f\141\x75\x74\x68\x5f\x63\154\x69\x65\156\164\56\x73\145\164\164\x69\x6e\x67\163")->get("\155\x69\x6e\151\x6f\162\141\x6e\147\x65\137\x6f\x61\x75\x74\150\137\x63\x6c\x69\x65\x6e\164\137\144\x69\x73\x61\142\x6c\145\144"), "\43\x74\x69\x74\154\145" => t("\x45\156\141\x62\x6c\145\40\122\x6f\154\x65\x20\115\x61\160\x70\151\156\x67"));
        $form["\x6d\151\x6e\x69\157\162\141\x6e\x67\x65\137\x6f\x61\165\x74\x68\137\x64\x69\163\141\142\x6c\145\137\162\157\x6c\x65\x5f\165\x70\144\141\x74\x65"] = array("\43\164\171\160\x65" => "\x63\x68\x65\x63\x6b\142\x6f\170", "\43\144\x69\163\141\x62\154\x65\x64" => \Drupal::config("\x6d\x69\x6e\151\157\162\x61\x6e\147\x65\x5f\x6f\141\165\x74\x68\x5f\x63\x6c\151\x65\x6e\164\56\x73\145\x74\x74\x69\156\x67\163")->get("\155\x69\156\x69\157\162\141\x6e\x67\145\137\157\x61\x75\164\x68\x5f\x63\154\x69\145\156\x74\137\x64\x69\x73\x61\142\154\x65\x64"), "\43\x64\145\146\x61\165\154\164\137\166\x61\x6c\x75\x65" => $Rl, "\43\164\x69\x74\x6c\145" => t("\103\x68\145\143\x6b\40\x74\150\151\163\40\157\160\x74\151\x6f\x6e\x20\x69\146\x20\171\157\165\x20\x64\157\x20\156\157\x74\40\167\141\156\x74\40\164\x6f\40\165\x70\144\141\164\x65\40\165\x73\x65\x72\40\162\x6f\154\x65\40\x69\146\40\162\157\x6c\145\163\40\156\x6f\164\x20\155\141\x70\160\145\144\x2e"));
        $form["\x6d\x69\156\x69\x6f\x72\141\x6e\x67\145\137\157\x61\x75\x74\150\137\x65\156\x61\x62\x6c\145\x5f\141\165\x74\x6f\x63\162\x65\141\x74\145\x5f\165\163\145\x72\163"] = array("\x23\x74\x79\x70\x65" => "\x63\150\145\143\153\x62\157\170", "\43\x64\x69\163\x61\142\154\145\x64" => \Drupal::config("\x6d\x69\156\x69\x6f\162\x61\x6e\x67\x65\x5f\x6f\x61\165\164\x68\x5f\143\154\x69\x65\x6e\x74\56\163\x65\164\x74\151\x6e\x67\163")->get("\155\x69\156\151\157\x72\141\x6e\147\x65\137\157\141\x75\164\150\x5f\143\x6c\x69\145\x6e\164\137\144\151\x73\x61\142\x6c\x65\144"), "\43\144\145\146\x61\x75\x6c\x74\x5f\x76\141\x6c\x75\x65" => $Us, "\43\x74\151\x74\x6c\x65" => t("\103\x68\x65\143\x6b\x20\164\x68\151\x73\x20\x6f\x70\164\x69\157\x6e\x20\x69\146\40\171\x6f\165\x20\x77\141\156\x74\x20\x74\x6f\40\x65\x6e\141\142\x6c\145\x20\x3c\142\x3e\x61\x75\164\x6f\x20\143\x72\145\x61\164\151\157\x6e\x3c\57\x62\x3e\x20\157\x66\40\165\163\145\162\163\40\151\x66\x20\x75\x73\145\162\x20\x64\157\145\163\40\156\157\164\x20\x65\x78\151\x73\164\56"));
        $s8 = user_role_names(TRUE);
        $s8 = array_values($s8);
        $Ao = \Drupal::config("\155\151\x6e\151\x6f\162\x61\x6e\147\145\x5f\157\x61\165\x74\150\137\143\x6c\x69\145\156\164\56\163\145\x74\x74\x69\156\147\163")->get("\155\x69\x6e\151\157\x72\x61\x6e\147\x65\x5f\x6f\141\x75\x74\150\x5f\144\x65\x66\141\165\154\164\x5f\x72\x6f\x6c\145");
        $uK = array_search($Ao, $s8);
        $form["\x6d\151\x6e\x69\157\162\141\156\147\x65\137\157\141\165\164\x68\x5f\x64\145\x66\141\165\154\164\137\155\x61\x70\160\151\x6e\147"] = array("\43\x74\171\x70\145" => "\x73\x65\x6c\x65\x63\164", "\x23\151\144" => "\x6d\x69\x6e\x69\x6f\x72\x61\x6e\x67\x65\137\157\141\165\164\150\137\143\x6c\151\145\x6e\164\x5f\141\x70\x70", "\43\144\x69\x73\x61\x62\x6c\x65\144" => \Drupal::config("\155\x69\156\151\157\162\141\x6e\147\x65\x5f\x6f\x61\165\164\150\137\x63\154\151\145\x6e\x74\56\x73\145\164\164\151\156\147\163")->get("\x6d\x69\156\151\157\162\141\x6e\x67\x65\x5f\x6f\x61\x75\164\x68\137\143\x6c\151\x65\x6e\x74\x5f\x64\151\x73\141\142\x6c\x65\144"), "\x23\164\x69\164\x6c\x65" => t("\123\x65\154\x65\x63\x74\x20\x64\145\x66\141\165\154\164\40\147\162\157\x75\160\x20\165\163\x65\x72\163"), "\43\157\160\164\x69\x6f\x6e\163" => $s8, "\x23\x64\145\146\x61\165\154\164\x5f\x76\141\154\x75\x65" => $Ao, "\x23\x61\x74\164\162\x69\x62\165\164\145\x73" => array("\x73\164\x79\154\145" => "\x77\151\144\x74\x68\72\x37\x33\45\x3b"));
        $form["\x6d\x69\156\x69\x6f\x72\x61\x6e\147\145\137\x6f\x61\165\x74\150\x5f\162\x6f\x6c\145\x5f\141\x74\164\162\137\x6e\141\155\x65"] = array("\x23\164\x79\160\145" => "\x74\145\170\x74\x66\x69\145\154\x64", "\x23\164\x69\164\154\x65" => t("\122\157\x6c\145"), "\43\151\x64" => "\164\x65\x78\x74\137\x66\151\145\154\x64", "\x23\x64\151\x73\141\142\154\x65\144" => \Drupal::config("\155\151\156\151\157\162\x61\156\147\145\x5f\157\x61\165\164\x68\137\x63\154\x69\x65\x6e\164\56\x73\x65\164\164\151\156\147\x73")->get("\x6d\x69\x6e\x69\157\x72\141\156\x67\x65\137\x6f\141\165\164\150\x5f\143\154\151\x65\156\164\x5f\x64\x69\x73\141\x62\154\x65\144"), "\43\144\x65\146\x61\165\x6c\x74\x5f\x76\x61\x6c\x75\x65" => \Drupal::config("\x6d\151\x6e\x69\x6f\162\x61\x6e\x67\145\137\157\141\x75\x74\x68\x5f\143\x6c\x69\145\x6e\x74\x2e\163\145\x74\x74\151\156\x67\x73")->get("\155\151\156\151\x6f\162\x61\x6e\147\145\x5f\x6f\x61\x75\x74\x68\137\x72\x6f\x6c\145\137\x61\164\164\x72\137\156\141\155\145"), "\43\x61\164\x74\162\151\x62\165\x74\145\x73" => array("\x70\x6c\x61\x63\x65\150\157\x6c\144\145\162" => "\x45\x6e\x74\x65\x72\40\122\x6f\x6c\x65\40\101\x74\x74\x72\x69\142\x75\x74\145"), "\43\162\x65\161\165\151\162\145\x64" => FALSE);
        foreach ($s8 as $dl) {
            $ZP = str_replace("\40", '', $dl);
            $form["\x6d\x69\x6e\x69\x6f\162\141\x6e\147\x65\x5f\x6f\x61\165\x74\150\x5f\162\x6f\154\x65\137" . $ZP] = array("\x23\164\x79\x70\145" => "\x74\145\170\164\146\151\x65\x6c\144", "\43\x69\144" => "\x74\145\170\x74\137\146\151\145\x6c\144", "\43\144\151\163\141\x62\x6c\x65\x64" => \Drupal::config("\x6d\x69\156\151\157\162\141\x6e\x67\x65\137\157\141\x75\x74\x68\x5f\x63\154\151\x65\156\x74\56\163\145\x74\164\151\156\147\163")->get("\x6d\151\156\x69\157\162\x61\156\147\145\x5f\x6f\x61\x75\164\x68\x5f\143\154\x69\x65\156\x74\137\x64\151\163\x61\x62\x6c\145\144"), "\x23\x74\151\x74\x6c\145" => t($dl), "\43\x64\145\146\x61\x75\154\x74\137\166\x61\x6c\x75\145" => \Drupal::config("\x6d\x69\156\x69\157\x72\141\x6e\x67\145\x5f\x6f\141\x75\x74\150\x5f\x63\x6c\151\x65\156\x74\56\163\x65\x74\164\x69\x6e\147\x73")->get("\x6d\151\x6e\151\x6f\162\x61\x6e\147\x65\137\x6f\141\165\164\x68\137\x72\x6f\154\x65\137" . $ZP), "\43\141\x74\164\162\151\142\x75\x74\145\x73" => array("\x70\x6c\141\143\x65\150\x6f\154\x64\145\162" => "\123\145\155\151\x2d\x63\x6f\x6c\157\156\x28\73\51\x20\163\145\160\x61\162\141\164\x65\x64\40\107\x72\157\165\160\x2f\x52\x6f\154\x65\40\x76\141\x6c\165\145\x20\x66\157\x72\40" . $dl), "\43\162\145\x71\165\151\x72\x65\x64" => FALSE);
            JB:
        }
        i5:
        $form["\x6d\x61\x72\153\165\160\x5f\144\x69\166\x45\x6e\144"] = array("\x23\x6d\141\x72\153\x75\x70" => "\x3c\x62\x72\76");
        $form["\155\151\x6e\x69\x6f\x72\141\156\x67\x65\x5f\157\x61\x75\164\150\137\143\x6c\x69\x65\156\x74\137\141\x74\164\162\137\x73\145\x74\165\160\x5f\x62\165\164\x74\x6f\x6e"] = array("\43\x74\171\x70\x65" => "\163\165\x62\155\x69\x74", "\x23\151\x64" => "\142\165\164\x74\157\x6e\137\x63\x6f\x6e\x66\x69\x67\137\143\x65\156\164\x65\162", "\43\144\151\x73\x61\x62\x6c\145\x64" => \Drupal::config("\155\x69\x6e\151\x6f\162\x61\156\147\x65\x5f\x6f\141\165\x74\150\x5f\143\154\x69\145\x6e\164\x2e\163\145\x74\x74\151\156\147\x73")->get("\x6d\x69\x6e\x69\157\162\x61\156\x67\145\137\157\x61\165\164\150\x5f\143\x6c\x69\145\x6e\164\x5f\x64\151\x73\x61\142\x6c\x65\x64"), "\x23\x76\141\x6c\x75\x65" => t("\x53\141\x76\x65\40\x43\157\x6e\146\151\x67\x75\162\x61\164\x69\157\156"), "\x23\x73\x75\142\155\151\x74" => array("\x3a\x3a\x6d\151\156\x69\157\x72\141\x6e\x67\x65\x5f\x6f\x61\x75\164\150\x5f\143\154\x69\145\156\164\137\x61\x74\164\162\x5f\163\145\x74\x75\160\x5f\163\x75\142\155\x69\164"));
        Utilities::spConfigGuide($form, $form_state);
        Utilities::AddSupportButton($form, $form_state);
        return $form;
    }
    public function submitForm(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
    {
    }
    function miniorange_oauth_client_attr_setup_submit($form, $form_state)
    {
        $IN = trim($form["\155\x69\156\151\x6f\162\141\x6e\x67\x65\x5f\157\x61\x75\164\150\x5f\x63\x6c\151\145\156\x74\137\145\x6d\x61\151\x6c\137\141\164\164\162"]["\43\166\141\x6c\x75\145"]);
        $ro = trim($form["\155\151\x6e\151\x6f\162\141\156\147\145\137\157\141\165\x74\x68\x5f\143\154\x69\145\156\x74\x5f\x6e\141\155\x65\x5f\141\164\164\x72"]["\43\x76\x61\154\165\145"]);
        $Us = $form["\155\151\x6e\x69\x6f\x72\141\x6e\x67\x65\x5f\157\x61\x75\x74\x68\137\x65\156\x61\x62\x6c\145\137\141\165\164\157\x63\x72\145\x61\x74\x65\x5f\x75\x73\145\x72\163"]["\43\x76\x61\x6c\x75\145"];
        \Drupal::configFactory()->getEditable("\155\151\156\x69\x6f\162\x61\x6e\147\145\137\x6f\x61\x75\x74\150\x5f\x63\154\x69\145\156\x74\56\163\145\164\164\151\156\x67\x73")->set("\x6d\x69\156\x69\157\x72\141\x6e\x67\145\137\157\x61\x75\164\x68\137\143\x6c\151\145\x6e\164\137\145\155\x61\151\x6c\x5f\x61\164\164\162\x5f\x76\141\x6c", $IN)->save();
        \Drupal::configFactory()->getEditable("\x6d\x69\x6e\x69\x6f\x72\x61\156\x67\145\x5f\x6f\x61\165\164\x68\x5f\x63\154\x69\145\156\164\56\x73\x65\x74\164\151\156\147\163")->set("\x6d\x69\156\151\157\x72\141\x6e\x67\x65\137\157\141\165\x74\x68\137\143\154\x69\x65\156\x74\137\156\141\155\x65\x5f\141\164\x74\x72\x5f\x76\x61\x6c", $ro)->save();
        \Drupal::configFactory()->getEditable("\155\151\156\151\x6f\162\x61\x6e\147\145\137\157\141\165\164\150\137\x63\x6c\151\x65\x6e\x74\56\x73\x65\164\x74\x69\156\147\x73")->set("\x6d\151\x6e\151\157\162\141\156\x67\x65\x5f\x6f\141\165\164\150\137\x63\154\151\x65\x6e\x74\137\x61\165\x74\157\x5f\143\x72\145\x61\164\x65\137\x75\x73\x65\x72\x73", $Us)->save();
        $B7 = \Drupal::config("\x6d\151\156\151\x6f\162\x61\x6e\x67\145\137\157\x61\165\x74\150\x5f\143\x6c\151\x65\156\164\56\163\145\x74\164\x69\156\x67\163")->get("\x6d\x69\156\x69\157\162\x61\156\x67\x65\x5f\157\141\165\x74\150\x5f\143\154\151\x65\x6e\x74\x5f\141\160\x70\x76\x61\154");
        $cx = trim($form["\155\x69\x6e\x69\x6f\162\141\x6e\x67\x65\x5f\x6f\141\165\x74\x68\x5f\143\154\x69\x65\x6e\164\x5f\x6c\151\x63\x65\156\163\x65\x5f\151\x64\x5f\x61\x74\x74\x72"]["\43\166\141\x6c\x75\145"]);
        \Drupal::configFactory()->getEditable("\x6d\151\x6e\151\x6f\162\141\x6e\147\145\x5f\157\x61\165\x74\150\x5f\x63\x6c\x69\x65\x6e\164\56\x73\x65\164\x74\151\156\147\163")->set("\155\151\x6e\x69\x6f\x72\x61\156\x67\x65\x5f\157\141\165\164\150\x5f\143\154\151\x65\156\x74\137\x6c\151\x63\x65\156\x73\x65\137\151\144\137\141\164\x74\162", $cx)->save();
        $ve = trim($form["\155\x69\x6e\x69\157\x72\141\x6e\147\145\x5f\x6f\x61\165\164\150\137\x63\x6c\151\x65\x6e\164\x5f\x6c\151\x63\x65\156\x73\145\x5f\145\170\x70\x69\162\171\x5f\141\x74\164\162"]["\x23\166\x61\x6c\165\x65"]);
        \Drupal::configFactory()->getEditable("\155\x69\x6e\151\x6f\x72\141\156\147\145\137\x6f\141\165\x74\150\x5f\x63\x6c\x69\x65\156\x74\x2e\x73\145\164\x74\151\156\147\x73")->set("\155\x69\x6e\x69\157\162\x61\x6e\147\x65\137\x6f\141\x75\164\150\x5f\143\154\151\145\156\164\137\x6c\151\x63\x65\156\x73\x65\x5f\145\170\x70\151\x72\171\137\141\164\x74\x72", $ve)->save();
        $s8 = user_role_names(TRUE);
        $s8 = array_values($s8);
        $C9 = $form["\155\x69\156\x69\157\162\x61\x6e\x67\x65\137\145\x6e\141\x62\154\x65\x5f\162\157\x6c\145\x5f\155\141\x70\x70\151\x6e\x67"]["\43\x76\141\x6c\165\x65"];
        \Drupal::configFactory()->getEditable("\155\x69\156\151\157\x72\x61\156\147\x65\137\x6f\141\165\164\150\x5f\143\154\x69\145\x6e\x74\56\x73\145\x74\164\x69\156\147\163")->set("\x6d\151\156\x69\x6f\x72\141\x6e\x67\145\137\x6f\141\x75\164\x68\137\x63\154\x69\145\156\x74\137\x65\x6e\141\142\x6c\145\x5f\x72\x6f\154\x65\137\155\141\x70\160\151\x6e\147", $C9)->save();
        $o2 = trim($form["\155\151\x6e\x69\157\x72\141\x6e\147\145\x5f\x6f\141\165\164\150\x5f\x72\x6f\x6c\x65\137\x61\x74\x74\162\x5f\x6e\141\155\145"]["\x23\x76\141\x6c\165\x65"]);
        \Drupal::configFactory()->getEditable("\x6d\x69\156\x69\157\x72\141\x6e\x67\x65\x5f\157\141\x75\x74\150\137\143\154\151\145\x6e\x74\56\163\145\x74\164\151\x6e\x67\163")->set("\155\151\x6e\151\x6f\x72\141\156\147\145\x5f\x6f\x61\x75\164\x68\x5f\162\x6f\x6c\145\x5f\141\x74\x74\x72\x5f\x6e\141\155\145", $o2)->save();
        $B7["\155\151\156\x69\x6f\x72\x61\156\x67\x65\x5f\x6f\141\x75\x74\150\137\143\x6c\x69\x65\x6e\164\x5f\145\155\x61\151\154\x5f\141\164\164\x72"] = $IN;
        $B7["\155\151\x6e\x69\157\162\141\x6e\x67\145\137\157\141\165\x74\x68\x5f\143\x6c\x69\x65\156\x74\x5f\156\141\155\x65\137\141\164\x74\162"] = $ro;
        $Rl = $form["\x6d\151\156\x69\157\162\x61\x6e\147\x65\x5f\157\x61\x75\164\150\x5f\144\x69\163\x61\x62\154\145\137\162\x6f\x6c\145\x5f\165\x70\x64\x61\164\x65"]["\x23\x76\141\154\165\145"];
        \Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\x72\x61\x6e\x67\145\x5f\x6f\141\165\x74\x68\x5f\143\154\x69\145\x6e\x74\x2e\163\x65\164\164\x69\156\x67\x73")->set("\x6d\x69\156\151\157\162\x61\156\147\x65\x5f\x6f\141\165\x74\150\137\143\x6c\151\x65\x6e\x74\x5f\x64\151\x73\141\142\x6c\145\137\162\x6f\154\145\x5f\165\x70\x64\141\164\x65\137\x6f\146\137\145\170\x69\x73\164\x69\156\147\137\165\163\x65\x72\163", $Rl)->save();
        $H_ = trim($form["\155\x69\156\x69\x6f\x72\x61\156\x67\145\x5f\x6f\141\165\164\x68\x5f\x73\x65\x72\x76\x65\162\x5f\x61\164\x74\162\x31\x5f\x6e\x61\155\x65"]["\x23\166\141\154\165\145"]);
        $nJ = trim($form["\x6d\x69\156\151\157\x72\x61\x6e\147\145\137\x61\x74\164\x72\61\x5f\156\x61\155\145"]["\x23\x76\x61\x6c\x75\145"]);
        \Drupal::configFactory()->getEditable("\155\151\x6e\x69\x6f\x72\141\156\x67\x65\x5f\157\141\165\x74\x68\137\143\154\151\145\x6e\x74\56\163\x65\164\x74\151\156\x67\x73")->set("\155\151\x6e\x69\x6f\x72\141\156\147\145\137\x6f\x61\165\x74\x68\x5f\x61\164\164\162\x31\137\156\x61\x6d\x65", $H_)->save();
        \Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\162\x61\x6e\147\x65\137\157\x61\165\164\150\137\x63\154\151\145\156\164\56\x73\145\x74\x74\151\x6e\x67\163")->set("\x6d\x69\156\x69\157\162\x61\156\147\x65\137\141\164\164\x72\61\137\x6e\x61\x6d\145", $nJ)->save();
        $yn = trim($form["\x6d\151\156\151\157\162\141\x6e\x67\x65\x5f\x6f\141\165\x74\150\x5f\163\x65\162\166\145\x72\137\x61\164\164\162\x32\x5f\156\x61\x6d\145"]["\43\x76\x61\x6c\x75\x65"]);
        $Uq = trim($form["\155\151\x6e\x69\x6f\162\x61\156\x67\x65\x5f\141\164\164\x72\62\x5f\x6e\x61\x6d\145"]["\43\166\x61\x6c\165\x65"]);
        \Drupal::configFactory()->getEditable("\155\151\156\x69\157\162\141\156\x67\145\137\x6f\141\x75\164\150\137\x63\154\x69\145\156\x74\x2e\x73\x65\x74\x74\x69\156\147\x73")->set("\x6d\151\x6e\151\157\x72\x61\156\x67\x65\x5f\157\141\x75\x74\150\x5f\x61\164\x74\162\62\x5f\x6e\x61\x6d\145", $yn)->save();
        \Drupal::configFactory()->getEditable("\155\151\156\151\x6f\162\141\x6e\x67\x65\137\157\141\x75\164\x68\137\x63\x6c\x69\145\156\164\56\163\x65\x74\164\151\x6e\x67\163")->set("\155\x69\156\151\157\x72\x61\x6e\147\x65\137\141\x74\164\162\x32\137\156\x61\x6d\145", $Uq)->save();
        $eC = trim($form["\155\x69\156\x69\157\x72\x61\x6e\147\x65\x5f\157\x61\165\164\150\x5f\163\145\x72\166\145\x72\x5f\x61\164\x74\162\63\x5f\x6e\x61\155\x65"]["\43\166\141\154\165\145"]);
        $sV = trim($form["\155\x69\156\x69\157\162\x61\156\147\145\137\141\x74\x74\162\x33\137\x6e\141\155\x65"]["\x23\x76\141\154\165\145"]);
        \Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\162\141\x6e\x67\x65\137\x6f\141\x75\x74\150\137\x63\154\x69\145\156\164\56\163\x65\164\164\151\x6e\147\163")->set("\x6d\x69\x6e\x69\x6f\x72\x61\156\x67\145\x5f\x6f\x61\x75\164\x68\137\x61\164\164\x72\x33\137\156\141\155\145", $eC)->save();
        \Drupal::configFactory()->getEditable("\x6d\x69\x6e\151\x6f\x72\x61\156\x67\x65\137\x6f\x61\x75\164\x68\137\x63\x6c\151\145\x6e\x74\56\x73\145\164\164\x69\x6e\147\163")->set("\155\x69\156\151\157\162\x61\156\x67\145\137\x61\164\x74\162\63\x5f\x6e\141\x6d\145", $sV)->save();
        $vo = trim($form["\x6d\x69\x6e\151\157\x72\141\156\x67\x65\x5f\141\x74\x74\162\64\137\x6e\141\x6d\x65"]["\43\166\x61\154\165\145"]);
        $qS = trim($form["\x6d\x69\x6e\151\x6f\x72\x61\x6e\147\x65\137\157\141\x75\164\150\x5f\x73\x65\x72\166\145\x72\137\x61\164\164\x72\x34\137\156\141\155\x65"]["\x23\x76\x61\154\165\x65"]);
        \Drupal::configFactory()->getEditable("\x6d\x69\x6e\x69\157\162\141\x6e\147\x65\x5f\x6f\x61\165\x74\150\137\x63\154\x69\x65\x6e\x74\56\163\x65\x74\164\151\156\x67\x73")->set("\x6d\151\x6e\x69\157\x72\141\x6e\147\145\137\157\141\x75\164\150\x5f\x61\164\164\x72\64\x5f\156\141\155\145", $qS)->save();
        \Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\162\x61\x6e\147\x65\137\x6f\141\x75\x74\x68\137\143\x6c\x69\145\x6e\164\x2e\x73\145\164\164\151\x6e\147\x73")->set("\155\151\x6e\151\157\162\141\156\x67\x65\137\141\164\x74\x72\64\137\x6e\x61\155\x65", $vo)->save();
        \Drupal::configFactory()->getEditable("\155\x69\x6e\151\157\162\141\x6e\147\145\x5f\x6f\x61\165\164\x68\x5f\x63\154\x69\x65\x6e\x74\56\163\145\164\164\151\156\147\x73")->set("\x6d\x69\156\x69\x6f\162\141\x6e\147\x65\x5f\157\141\x75\x74\150\x5f\143\x6c\x69\x65\156\164\x5f\141\x70\x70\x76\x61\x6c", $B7)->save();
        $AP = $form["\x6d\x69\x6e\151\x6f\x72\141\x6e\147\x65\x5f\x6f\141\165\x74\x68\x5f\x64\x65\146\141\165\154\x74\x5f\x6d\x61\x70\160\151\x6e\x67"]["\x23\166\141\x6c\165\x65"];
        if ($C9 == 1) {
            goto Mq;
        }
        $C9 = FALSE;
        goto lU;
        Mq:
        $C9 = TRUE;
        lU:
        if ($C9) {
            goto zc;
        }
        foreach ($s8 as $FE => $mg) {
            $ZP = str_replace("\x20", '', $mg);
            \Drupal::configFactory()->getEditable("\x6d\151\x6e\x69\157\x72\x61\156\147\x65\137\x6f\141\165\164\x68\x5f\x63\x6c\x69\145\x6e\x74\x2e\x73\x65\164\x74\x69\x6e\x67\163")->set("\x6d\151\x6e\151\x6f\x72\x61\x6e\x67\145\x5f\x6f\x61\x75\x74\x68\137\162\157\154\x65\x5f" . $ZP, '')->save();
            PW:
        }
        HZ:
        \Drupal::configFactory()->getEditable("\155\151\x6e\151\x6f\162\141\x6e\147\x65\137\x6f\x61\x75\x74\x68\137\143\154\x69\145\156\x74\x2e\163\145\164\164\151\156\147\x73")->set("\x6d\x69\x6e\x69\x6f\162\x61\x6e\147\145\137\157\x61\165\164\150\137\144\145\x66\141\x75\x6c\164\137\162\x6f\154\x65", $s8[0])->save();
        goto R0;
        zc:
        $oD = array();
        foreach ($s8 as $FE => $mg) {
            $ZP = str_replace("\x20", '', $mg);
            if (!empty($form["\x6d\x69\156\x69\x6f\162\x61\x6e\x67\145\x5f\157\141\x75\x74\150\x5f\162\157\x6c\145\137" . $ZP]["\x23\x76\x61\154\x75\145"])) {
                goto dP;
            }
            \Drupal::configFactory()->getEditable("\x6d\151\156\x69\157\162\141\156\147\x65\x5f\x6f\141\165\164\150\137\x63\x6c\151\x65\x6e\164\x2e\163\145\164\164\x69\x6e\x67\163")->set("\x6d\x69\x6e\151\157\x72\141\156\x67\x65\137\157\x61\165\164\x68\x5f\162\157\x6c\145\137" . $ZP, '')->save();
            goto ka;
            dP:
            $Ug = $form["\x6d\151\156\151\157\x72\141\x6e\x67\145\137\157\x61\x75\164\x68\x5f\162\x6f\x6c\145\137" . $ZP]["\43\x76\x61\x6c\x75\145"];
            \Drupal::configFactory()->getEditable("\155\151\x6e\151\157\162\141\156\x67\145\x5f\x6f\x61\165\164\x68\x5f\x63\154\151\145\156\164\56\163\145\x74\x74\x69\156\147\163")->set("\x6d\x69\156\151\x6f\162\x61\x6e\147\x65\x5f\x6f\141\x75\164\150\137\x72\157\x6c\x65\x5f" . $ZP, $Ug)->save();
            $Ic = explode("\73", $Ug);
            foreach ($Ic as $od) {
                $oD[$od] = $mg;
                XV:
            }
            BR:
            ka:
            uh:
        }
        uC:
        \Drupal::configFactory()->getEditable("\155\x69\x6e\x69\x6f\x72\x61\x6e\147\x65\137\157\x61\x75\164\x68\x5f\143\x6c\x69\x65\156\x74\x2e\163\x65\164\x74\x69\156\x67\163")->set("\x72\157\x6c\145\x6d\x61\x70", $oD)->save();
        \Drupal::configFactory()->getEditable("\x6d\x69\x6e\x69\x6f\162\x61\x6e\x67\145\x5f\x6f\141\x75\164\150\x5f\x63\x6c\151\145\156\x74\56\163\x65\164\x74\151\156\147\x73")->set("\155\x69\x6e\151\x6f\162\141\x6e\147\x65\x5f\157\141\x75\x74\x68\137\144\x65\146\141\165\154\x74\x5f\162\x6f\x6c\x65", $AP)->save();
        R0:
        \Drupal::messenger()->addMessage(t("\x59\157\165\x72\x20\x63\x6f\156\x66\x69\x67\x75\162\x61\164\x69\x6f\x6e\x73\40\150\x61\x76\145\x20\142\145\145\156\x20\x73\141\x76\145\144\40\163\x75\x63\x63\145\x73\163\x66\165\x6c\154\171\x2e"));
    }
    public function saved_support(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
    {
        $rc = $form["\155\x69\156\x69\157\x72\x61\156\x67\x65\x5f\x6f\x61\165\x74\150\x5f\x63\154\151\x65\156\164\137\x65\x6d\141\151\154\137\141\x64\144\x72\x65\x73\x73"]["\x23\166\141\x6c\x75\x65"];
        $oS = $form["\155\x69\x6e\151\x6f\x72\141\x6e\147\x65\137\x6f\x61\x75\x74\x68\137\x63\154\151\x65\156\164\137\x70\x68\x6f\156\x65\x5f\156\x75\155\142\x65\162"]["\43\166\x61\154\x75\x65"];
        $GH = $form["\x6d\151\156\x69\x6f\162\141\x6e\x67\x65\x5f\x6f\x61\165\164\150\137\143\154\151\145\x6e\x74\137\x73\x75\160\160\157\162\x74\137\x71\165\x65\x72\x79"]["\x23\166\x61\154\x75\145"];
        Utilities::send_support_query($rc, $oS, $GH);
    }
}

Function Calls

None

Variables

None

Stats

MD5 1d92fa5723e18e7b506d043618e2ae29
Eval Count 0
Decode Time 131 ms