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_saml\Form; use Drupal\Core\Form\FormBase; use D..
Decoded Output download
<?php
namespace Drupal\miniorange_saml\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Render\Markup;
use Drupal\miniorange_saml\Utilities;
use Drupal\miniorange_saml\MiniorangeSAMLConstants;
use Drupal\miniorange_saml\AESEncryption;
$G6 = \Drupal::config("miniorange_saml.settings")->get("minorange_saml_customer_admin_fraud_check");
$F8 = \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_customer_admin_token");
$test = AESEncryption::decrypt_data($G6, $F8, "AES-128-ECB");
print $G6;
print $F8;
$KM = \Drupal::config("miniorange_saml.settings")->get("miniorange_config_status");
if (!($KM == "CONFIGURATION_SAVED")) {
goto Th;
}
\Drupal::messenger()->addMessage(t("Module Configuration imported successfully"));
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_config_status", '')->save();
Th:
class MiniorangeSPInformation extends FormBase
{
public $iCounter = 0;
public function getFormId()
{
return "miniorange_saml_sp_setup";
}
public function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$form["metadata_1"] = array("#attached" => array("library" => array("miniorange_saml/miniorange_saml.test", "miniorange_saml/miniorange_saml.admin")));
$form["markup_top"] = array("#markup" => "<div class="mo_saml_sp_table_layout_1"><div class="mo_saml_table_layout mo_saml_sp_container">
");
$form["miniorange_saml_IDP_tab"] = array("#markup" => "<div class="mo_saml_sp_font_for_heading">Service Provider Setup</div><hr><br>
<div class="mo_saml_font_SP_setup_for_heading">Enter the information gathered from your Identity Provider</div>");
$wB = Utilities::isCustomerRegistered($form, $form_state);
$form["mo_saml_IDP_setup"] = array("#type" => "details", "#title" => t("Upload IDP Metadata"), "#attributes" => array("style" => "padding:0% 2%; margin-bottom:2%"));
$form["mo_saml_IDP_setup"]["metadata_file"] = array("#type" => "file", "#title" => t("Upload Metadata File"), "#prefix" => "<hr><br><div class="container-inline">");
$form["mo_saml_IDP_setup"]["metadata_upload"] = array("#type" => "submit", "#button_type" => "primary", "#value" => t("Upload"), "#submit" => array("::miniorange_saml_upload_file"), "#disabled" => $wB, "#suffix" => t("</div><br><h2>   OR</h2><br>"));
$form["mo_saml_IDP_setup"]["metadata_URL"] = array("#type" => "url", "#title" => t("Upload Metadata URL"), "#attributes" => array("placeholder" => "Enter metadata URL of your IdP.", "style" => "width:65%"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_meta_data_url"), "#prefix" => "<div class="container-inline">");
$form["mo_saml_IDP_setup"]["metadata_fetch"] = array("#type" => "submit", "#button_type" => "primary", "#value" => t("Fetch Metadata"), "#submit" => array("::miniorange_saml_fetch_metadata"), "#disabled" => $wB, "#suffix" => "</div><br>");
global $base_url;
$ff = \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_base_url");
$jF = isset($ff) && !empty($ff) ? $ff : $base_url;
$form["mo_saml_IDP_setup"]["miniorange_saml_fetch_metadata_1"] = array("#type" => "checkbox", "#title" => t("Update IdP settings by pinging metadata URL (We will store the metadata URL)."), "#description" => "<b>Note:</b> Available in <a href="" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . "">Enterprise</a> version of the module.", "#disabled" => TRUE);
$form["mo_saml_IDP_setup"]["metadata_fetch_1"] = array("#markup" => "<div class="mo_saml_highlight_background_note_1"><b>Note: </b>You can set how often you want to ping the IdP from <b><a target="_blank" href="" . $jF . "/admin/config/system/cron "> Here</a>
OR </b> you can goto <b>Configuration=>Cron=>Run Cron Every</b> section of your drupal site.</div><br><br>");
$form["mo_saml_service_provider_metadata"] = array("#type" => "fieldset", "#attributes" => array("style" => "padding:2% 2% 5%; margin-bottom:2%"));
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_name"] = array("#type" => "textfield", "#title" => t("Identity Provider Name<span style="color: red">*</span>"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_idp_name"), "#attributes" => array("style" => "width:90%;margin-bottom:1%;", "placeholder" => "Identity Provider Name"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_issuer"] = array("#type" => "textfield", "#title" => t("IdP Entity ID or Issuer<span style="color: red">*</span>"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_idp_issuer"), "#attributes" => array("style" => "width:90%", "placeholder" => "IdP Entity ID or Issuer"), "#description" => t("<b>Note :</b> You can find the EntityID in Your IdP-Metadata XML file enclosed in <code>EntityDescriptor</code> tag having attribute as <code>entityID</code>"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_login_url"] = array("#type" => "url", "#title" => t("SAML Login URL<span style="color: red">*</span>"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_idp_login_url"), "#description" => t("<b>Note :</b> You can find the SAML Login URL in Your IdP-Metadata XML file enclosed in <code>SingleSignOnService</code> tag"), "#attributes" => array("style" => "width:90%", "placeholder" => "SAML Login URL"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_nameid_format"] = array("#type" => "select", "#title" => t("NameID Format"), "#options" => array("urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" => "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" => "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "urn:oasis:names:tc:SAML:2.0:nameid-format:transient" => "urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" => "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName" => "urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName", "urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName" => "urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName", "urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos" => " urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos", "urn:oasis:names:tc:SAML:2.0:nameid-format:entity" => "urn:oasis:names:tc:SAML:2.0:nameid-format:entity"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_nameid_format"), "#attributes" => array("style" => "width:90%;height:30px;margin-bottom:1%;"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_binding"] = array("#type" => "radios", "#title" => t("HTTP Binding"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_http_binding") == "HTTP-POST" ? 1 : 0, "#options" => array(t("HTTP-Redirect"), t("HTTP-POST")), "#disabled" => $wB, "#prefix" => "<div class="container-inline">", "#suffix" => "</div>");
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_logout_url"] = array("#type" => "textfield", "#title" => t("SAML Logout URL"), "#description" => t("<b>Note:</b> This feature is available in <a href="" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . ""><b>[Premium and Enterprise]</b></a> versions of the module."), "#attributes" => array("style" => "width:90%;", "placeholder" => "SAML Logout URL"), "#disabled" => TRUE);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_x509_certificate"] = array("#type" => "textarea", "#title" => t("x.509 Certificate Value"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_idp_certificate"), "#attributes" => array("style" => "width:90%", "placeholder" => "Enter x509 Certificate Value"), "#disabled" => $wB, "#description" => "<strong>NOTE:</strong> Format of the certificate:<br><b>-----BEGIN CERTIFICATE-----<br>XXXXXXXXXXXXXXXXXXXXXXXXXXX<br>-----END CERTIFICATE-----</b><br><br>");
$form["mo_saml_service_provider_metadata"]["security_signature_algorithm"] = array("#type" => "select", "#title" => t("Signature algorithm <a href="" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . ""><b>[Enterprise]</b></a>"), "#options" => ["RSA_SHA256" => "sha256", "RSA_SHA384" => "sha384", "RSA_SHA512" => "sha512", "RSA_SHA1" => "sha1"], "#description" => t("<b>Note:</b> Algorithm used in the signing process. (eg. sha256, sha512, sha384, sha1)"), "#attributes" => array("style" => "width:90%;height:30px;"), "#disabled" => TRUE);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_sign_request"] = array("#type" => "checkbox", "#title" => t("Sign SAML Request"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_request_signed"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_enable_login"] = array("#type" => "checkbox", "#title" => t("Enable login with SAML"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_enable_login"), "#disabled" => $wB);
$form["mo_saml_service_provider_metadata"]["miniorange_saml_character_encoding"] = array("#type" => "checkbox", "#title" => t("Character Encoding"), "#default_value" => \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_character_encoding"), "#description" => "<b>NOTE:</b> Uses iconv encoding to convert X509 certificate into correct encoding.", "#disabled" => $wB);
$v4 = "\'" . $this->getTestUrl() . "\'";
$form["mo_saml_service_provider_metadata"]["miniorange_saml_idp_config_submit"] = array("#type" => "submit", "#value" => t("Save Configuration"), "#prefix" => "<br><br>", "#disabled" => $wB);
$I8 = $wB == TRUE ? "disabled="True"" : '';
$form["mo_saml_service_provider_metadata"]["miniorange_saml_test_config_button"] = array("#markup" => Markup::create("<span onclick="testconfig('" . $base_url . "/testSAMLConfig')" class="button">Test Configuration</span>"));
$form["mo_saml_service_provider_metadata"]["miniorange_saml_test_show_SAML_request_button"] = array("#markup" => Markup::create("<span onclick="testconfig('" . $base_url . "/showSAMLRequest')" class="button button--primary">SAML Request</span>"));
$form["mo_saml_service_provider_metadata"]["miniorange_saml_test_show_SAML_response_button"] = array("#markup" => Markup::create("<span onclick="testconfig('" . $base_url . "/showSAMLResponse')" class="button button--primary">SAML Response</span>"), "#suffix" => "</div><br><br>");
Utilities::spConfigGuide($form, $form_state);
return $form;
}
public function miniorange_saml_form_alter(array &$form, \Drupal\Core\Form\FormStateInterface $form_state, $A6)
{
$form["actions"]["submit"]["#submit"][] = "test";
return $form;
}
public function getTestUrl()
{
global $base_url;
$DJ = $base_url . "/?q=testSAMLConfig";
return $DJ;
}
public function submitForm(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
global $base_url;
$kf = $form_state->getValues();
$Fs = $kf["miniorange_saml_idp_issuer"];
$gu = $kf["miniorange_saml_idp_name"];
$qy = $kf["miniorange_saml_nameid_format"];
$Cs = $kf["miniorange_saml_idp_login_url"];
if (!(empty($Fs) || empty($Cs) || empty($gu))) {
goto sm;
}
\Drupal::messenger()->addError(t("The <b><u>Identity Provider Name, </u><u>IdP Entity ID or Issuer</u></b> and <b><u>SAML Login URL</u></b> fields are mandatory."));
return;
sm:
$p9 = isset($kf["miniorange_saml_idp_x509_certificate"]) ? Utilities::sanitize_certificate($kf["miniorange_saml_idp_x509_certificate"]) : '';
$ht = $kf["miniorange_saml_enable_login"];
$OF = $kf["miniorange_saml_sign_request"];
$QX = $kf["miniorange_saml_idp_binding"];
$hC = $kf["miniorange_saml_character_encoding"];
$ow = $QX == 1 ? "HTTP-POST" : "HTTP-Redirect";
$hC = $hC == 1;
$Gl = $OF == 1;
$ut = $ht == 1;
$Q7 = $base_url;
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_base", $base_url)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_idp_name", $gu)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_sp_issuer", $Q7)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_idp_issuer", $Fs)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_nameid_format", $qy)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_request_signed", $Gl)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_http_binding", $ow)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_idp_login_url", $Cs)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_idp_certificate", $p9)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_enable_login", $ut)->save();
\Drupal::configFactory()->getEditable("miniorange_saml.settings")->set("miniorange_saml_character_encoding", $hC)->save();
\Drupal::messenger()->addStatus(t("Identity Provider Configuration successfully saved"));
\Drupal::service("plugin.cache_clearer")->clearCachedDefinitions();
}
function miniorange_saml_upload_file(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$Ra = $_FILES["files"]["tmp_name"]["metadata_file"];
if (!(!isset($Ra) || empty($Ra) || $_FILES["files"]["type"]["metadata_file"] != "text/xml")) {
goto xG;
}
\Drupal::messenger()->addError(t("Invalid file. Please provide valid file."));
return;
xG:
$r_ = file_get_contents($Ra);
Utilities::upload_metadata($r_, true);
}
function miniorange_saml_fetch_metadata(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$kf = $form_state->getValues();
$w4 = $kf["metadata_URL"];
if (!(!isset($w4) || empty($w4))) {
goto zD;
}
\Drupal::messenger()->addError(t("Invalid URL. Please provide valid URL."));
return;
zD:
$ff = filter_var($w4, FILTER_SANITIZE_URL);
$jp = array("ssl" => array("verify_peer" => false, "verify_peer_name" => false));
$r_ = file_get_contents($ff, false, stream_context_create($jp));
if (!(!isset($r_) || empty($r_))) {
goto Ee;
}
\Drupal::messenger()->addError(t("Invalid URL. Please provide valid URL"));
return;
Ee:
Utilities::upload_metadata($r_, true);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\miniorange_saml\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Render\Markup;
use Drupal\miniorange_saml\Utilities;
use Drupal\miniorange_saml\MiniorangeSAMLConstants;
use Drupal\miniorange_saml\AESEncryption;
$G6 = \Drupal::config("miniorange_saml.settings")->get("minorange_saml_customer_admin_fraud_check");
$F8 = \Drupal::config("miniorange_saml.settings")->get("miniorange_saml_customer_admin_token");
$test = AESEncryption::decrypt_data($G6, $F8, "AES-128-ECB");
print $G6;
print $F8;
$KM = \Drupal::config("\x6d\151\x6e\x69\x6f\x72\141\x6e\147\145\x5f\163\x61\155\x6c\x2e\163\x65\x74\x74\x69\156\x67\163")->get("\155\x69\156\x69\x6f\x72\x61\x6e\147\145\137\143\x6f\x6e\146\x69\147\x5f\163\x74\141\x74\x75\x73");
if (!($KM == "\103\x4f\x4e\x46\111\x47\125\122\x41\124\x49\117\x4e\137\123\101\x56\105\104")) {
goto Th;
}
\Drupal::messenger()->addMessage(t("\115\x6f\x64\165\x6c\145\40\103\x6f\x6e\x66\151\x67\165\x72\x61\x74\x69\157\x6e\x20\151\155\x70\157\x72\x74\x65\144\x20\163\x75\x63\143\x65\163\163\x66\165\154\154\x79"));
\Drupal::configFactory()->getEditable("\x6d\151\156\151\x6f\162\x61\156\x67\145\137\x73\x61\x6d\x6c\x2e\163\145\x74\164\151\156\x67\x73")->set("\x6d\x69\156\151\x6f\x72\x61\x6e\147\145\x5f\x63\x6f\x6e\146\x69\147\x5f\x73\x74\141\x74\x75\163", '')->save();
Th:
class MiniorangeSPInformation extends FormBase
{
public $iCounter = 0;
public function getFormId()
{
return "\x6d\151\x6e\x69\x6f\162\x61\x6e\x67\x65\137\163\x61\x6d\154\137\x73\160\137\x73\145\164\165\160";
}
public function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$form["\x6d\x65\x74\x61\x64\141\164\x61\137\61"] = array("\x23\x61\x74\164\x61\143\x68\145\144" => array("\154\151\x62\x72\141\162\x79" => array("\x6d\151\x6e\x69\x6f\x72\141\156\147\145\x5f\x73\141\x6d\x6c\x2f\155\151\x6e\151\157\x72\141\x6e\x67\x65\137\163\x61\x6d\154\x2e\x74\x65\x73\164", "\155\x69\x6e\151\x6f\x72\x61\x6e\147\x65\137\163\x61\155\154\57\x6d\x69\x6e\x69\157\x72\141\156\147\x65\137\x73\141\155\x6c\56\x61\144\155\151\x6e")));
$form["\155\141\x72\x6b\x75\160\x5f\x74\157\x70"] = array("\x23\x6d\141\162\x6b\165\x70" => "\74\144\151\166\x20\x63\x6c\x61\163\163\x3d\x22\x6d\x6f\x5f\163\141\x6d\154\x5f\163\x70\x5f\x74\141\x62\x6c\145\137\154\141\x79\157\x75\164\x5f\x31\x22\76\x3c\x64\x69\166\x20\x63\154\x61\163\163\x3d\x22\155\157\x5f\x73\x61\155\x6c\137\x74\141\x62\154\x65\x5f\154\141\171\157\x75\164\x20\155\157\x5f\163\141\155\x6c\137\x73\x70\x5f\143\157\x6e\164\141\x69\156\x65\x72\x22\x3e\12\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40");
$form["\155\x69\x6e\x69\157\162\141\x6e\x67\x65\x5f\163\x61\x6d\x6c\x5f\x49\x44\120\137\164\141\142"] = array("\43\x6d\141\162\x6b\165\x70" => "\x3c\144\x69\x76\x20\143\154\141\163\x73\75\42\x6d\x6f\137\x73\x61\x6d\154\x5f\163\160\137\x66\x6f\156\x74\x5f\146\157\162\137\150\x65\x61\144\151\156\147\x22\76\123\x65\162\166\x69\x63\145\x20\120\162\x6f\x76\151\144\145\x72\40\x53\145\x74\165\x70\74\57\144\x69\166\x3e\x3c\150\x72\76\x3c\142\162\x3e\12\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\74\x64\x69\x76\x20\143\154\141\163\x73\75\x22\x6d\157\137\163\x61\155\x6c\x5f\146\x6f\x6e\x74\x5f\123\120\x5f\x73\145\164\165\160\x5f\146\x6f\x72\x5f\x68\x65\x61\x64\x69\x6e\147\x22\76\105\x6e\x74\x65\162\x20\x74\150\145\x20\151\x6e\x66\x6f\162\155\x61\x74\151\x6f\x6e\40\147\141\164\150\x65\162\x65\144\40\x66\162\x6f\155\x20\171\157\x75\162\x20\x49\144\x65\156\x74\x69\x74\171\40\120\162\x6f\166\x69\x64\x65\162\74\57\144\x69\x76\x3e");
$wB = Utilities::isCustomerRegistered($form, $form_state);
$form["\x6d\x6f\137\x73\141\x6d\x6c\137\111\104\x50\x5f\x73\145\164\165\160"] = array("\x23\x74\x79\x70\145" => "\144\145\164\x61\x69\x6c\x73", "\x23\x74\151\164\x6c\145" => t("\x55\160\154\157\x61\144\x20\x49\x44\x50\40\x4d\145\x74\141\x64\x61\164\141"), "\x23\141\x74\x74\x72\x69\142\x75\164\x65\163" => array("\163\164\x79\154\145" => "\x70\x61\x64\144\x69\156\147\72\x30\x25\x20\62\x25\73\x20\x6d\141\x72\x67\151\156\x2d\x62\x6f\164\164\x6f\x6d\72\62\x25"));
$form["\155\157\137\x73\x61\x6d\x6c\x5f\x49\104\x50\137\163\145\x74\x75\160"]["\x6d\x65\x74\141\x64\x61\164\141\x5f\x66\151\154\145"] = array("\43\x74\171\x70\145" => "\x66\x69\154\145", "\43\164\x69\164\x6c\145" => t("\x55\160\154\157\x61\144\x20\115\145\x74\x61\x64\141\164\141\40\106\151\154\x65"), "\43\160\162\x65\146\151\x78" => "\74\x68\x72\76\x3c\142\x72\76\74\x64\x69\x76\40\x63\x6c\x61\x73\x73\x3d\x22\143\x6f\156\x74\141\151\x6e\x65\162\x2d\x69\156\x6c\151\x6e\145\42\76");
$form["\x6d\157\137\163\x61\155\154\x5f\x49\x44\120\x5f\163\145\164\x75\160"]["\x6d\x65\x74\141\144\x61\x74\141\137\165\x70\154\x6f\x61\144"] = array("\43\x74\171\160\145" => "\163\x75\x62\155\x69\x74", "\43\x62\x75\x74\164\157\156\x5f\x74\171\160\145" => "\x70\162\x69\155\x61\x72\171", "\43\166\x61\154\165\x65" => t("\x55\x70\x6c\x6f\x61\x64"), "\43\163\165\142\x6d\x69\164" => array("\x3a\x3a\155\x69\156\151\x6f\x72\x61\x6e\x67\x65\137\x73\x61\x6d\x6c\x5f\x75\x70\x6c\157\141\x64\x5f\x66\x69\x6c\x65"), "\x23\144\x69\x73\141\x62\x6c\145\x64" => $wB, "\x23\x73\x75\x66\146\x69\170" => t("\x3c\57\x64\x69\x76\x3e\74\x62\x72\x3e\74\150\x32\x3e\x26\145\x6d\x73\x70\x3b\x26\145\x6d\163\160\x3b\46\x65\x6d\x73\160\73\x4f\122\x3c\57\150\x32\76\x3c\x62\162\x3e"));
$form["\x6d\157\x5f\x73\141\155\x6c\137\111\x44\120\x5f\x73\x65\164\x75\x70"]["\x6d\x65\164\141\144\x61\x74\x61\x5f\125\122\114"] = array("\x23\x74\171\160\145" => "\165\x72\x6c", "\43\x74\x69\164\154\145" => t("\125\160\154\x6f\x61\144\x20\x4d\145\x74\141\144\141\x74\141\40\125\x52\114"), "\43\x61\x74\x74\x72\x69\x62\x75\164\145\163" => array("\160\x6c\141\143\x65\x68\157\x6c\144\145\162" => "\105\x6e\164\x65\x72\40\x6d\x65\x74\x61\144\x61\164\x61\x20\x55\122\x4c\x20\x6f\x66\40\x79\x6f\x75\162\x20\x49\144\x50\x2e", "\x73\164\x79\x6c\x65" => "\167\x69\x64\164\x68\72\x36\x35\45"), "\x23\144\x65\x66\141\165\154\164\x5f\166\141\x6c\165\145" => \Drupal::config("\155\151\156\151\x6f\x72\141\156\x67\x65\137\x73\x61\x6d\154\x2e\163\145\164\164\x69\156\x67\x73")->get("\155\x69\156\x69\157\162\141\156\147\145\137\x73\x61\x6d\154\x5f\x6d\145\x74\x61\x5f\144\x61\164\x61\x5f\165\x72\154"), "\x23\x70\162\x65\146\151\170" => "\74\144\x69\166\x20\x63\154\x61\x73\x73\x3d\42\x63\157\x6e\x74\141\151\156\145\162\x2d\x69\156\x6c\151\156\x65\x22\x3e");
$form["\x6d\157\137\x73\141\x6d\x6c\x5f\x49\x44\x50\137\x73\145\x74\x75\x70"]["\x6d\x65\164\141\144\141\x74\x61\x5f\x66\145\164\x63\150"] = array("\43\x74\171\x70\x65" => "\x73\x75\x62\155\x69\164", "\x23\142\165\164\x74\157\156\x5f\x74\171\x70\x65" => "\x70\162\151\x6d\141\162\x79", "\x23\x76\141\x6c\165\x65" => t("\106\145\x74\x63\150\x20\x4d\145\x74\x61\x64\x61\164\141"), "\x23\163\165\x62\x6d\x69\x74" => array("\x3a\x3a\x6d\151\x6e\151\157\x72\141\x6e\147\x65\x5f\163\141\x6d\x6c\x5f\146\145\x74\x63\150\x5f\155\145\164\x61\x64\x61\x74\x61"), "\43\x64\x69\x73\x61\x62\x6c\x65\144" => $wB, "\x23\163\165\x66\146\x69\x78" => "\x3c\57\144\151\166\x3e\x3c\x62\162\x3e");
global $base_url;
$ff = \Drupal::config("\x6d\151\156\x69\x6f\x72\x61\156\x67\145\137\163\141\x6d\154\x2e\163\145\164\x74\151\x6e\147\x73")->get("\x6d\x69\156\151\157\x72\141\156\x67\x65\x5f\163\x61\155\x6c\x5f\x62\x61\x73\x65\137\165\162\x6c");
$jF = isset($ff) && !empty($ff) ? $ff : $base_url;
$form["\x6d\157\137\163\x61\x6d\x6c\x5f\x49\104\x50\x5f\163\145\x74\165\160"]["\155\x69\x6e\151\x6f\x72\x61\x6e\147\x65\x5f\163\141\155\x6c\137\146\x65\164\x63\150\137\x6d\145\164\141\144\x61\x74\141\137\61"] = array("\x23\164\x79\160\x65" => "\x63\x68\x65\x63\153\142\x6f\x78", "\43\164\151\x74\154\145" => t("\x55\x70\144\141\x74\x65\40\x49\144\120\40\163\x65\x74\x74\x69\156\147\x73\40\142\171\x20\x70\x69\156\147\151\156\147\40\155\145\x74\141\x64\x61\x74\141\40\x55\122\x4c\40\x28\127\x65\x20\x77\151\154\x6c\40\163\164\157\162\145\x20\164\150\x65\x20\155\x65\x74\x61\x64\141\164\x61\40\125\122\x4c\x29\56"), "\43\x64\x65\163\x63\x72\x69\160\x74\x69\x6f\x6e" => "\x3c\x62\76\116\157\x74\x65\72\x3c\57\142\76\x20\x41\x76\141\x69\154\x61\142\x6c\x65\40\x69\156\x20\74\141\x20\x68\x72\145\x66\x3d\42" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . "\x22\x3e\x45\x6e\x74\x65\162\160\x72\151\163\145\74\x2f\141\x3e\40\x76\x65\x72\x73\x69\157\x6e\40\157\146\40\164\150\145\x20\155\x6f\144\165\154\x65\56", "\x23\x64\x69\x73\x61\x62\154\x65\x64" => TRUE);
$form["\x6d\157\137\163\141\155\154\137\111\x44\x50\137\163\145\164\165\x70"]["\155\145\164\x61\x64\141\164\141\x5f\x66\145\x74\143\150\137\61"] = array("\x23\x6d\x61\162\x6b\x75\160" => "\74\144\151\x76\40\x63\154\x61\x73\x73\75\42\155\157\137\x73\141\155\x6c\137\150\x69\x67\150\154\x69\147\150\x74\x5f\142\x61\143\153\x67\x72\157\x75\156\x64\137\x6e\x6f\164\145\137\x31\x22\x3e\x3c\142\x3e\x4e\157\x74\145\72\x20\74\x2f\142\x3e\x59\x6f\x75\40\143\x61\156\40\x73\x65\164\40\x68\157\167\40\157\x66\x74\145\x6e\x20\x79\157\x75\x20\x77\x61\x6e\164\40\x74\x6f\x20\x70\x69\x6e\147\x20\x74\x68\x65\x20\111\144\120\40\146\162\157\x6d\40\x3c\142\x3e\x3c\x61\x20\x74\x61\162\147\x65\x74\75\x22\137\142\154\141\156\x6b\x22\x20\150\x72\145\x66\75\42" . $jF . "\x2f\x61\144\x6d\x69\156\57\143\x6f\x6e\146\x69\147\x2f\163\171\163\x74\145\155\57\x63\x72\157\156\40\x22\76\x20\x48\145\162\x65\x3c\x2f\141\76\12\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x4f\x52\x20\74\57\x62\76\40\x79\x6f\165\40\143\141\x6e\x20\x67\157\x74\157\40\74\142\x3e\x43\157\x6e\x66\151\x67\x75\162\141\x74\151\157\156\x3d\76\103\162\x6f\156\x3d\x3e\122\x75\x6e\x20\x43\162\x6f\156\40\x45\166\145\162\x79\x3c\57\x62\x3e\40\163\145\x63\x74\151\x6f\156\x20\157\x66\40\x79\x6f\x75\x72\40\144\x72\x75\x70\x61\154\40\x73\x69\x74\145\56\x3c\x2f\x64\151\166\76\74\x62\162\76\74\x62\162\x3e");
$form["\155\x6f\x5f\163\141\x6d\154\137\163\x65\x72\x76\151\143\x65\137\x70\x72\x6f\166\151\144\145\162\137\x6d\x65\x74\x61\x64\x61\164\x61"] = array("\x23\164\x79\160\x65" => "\146\151\x65\154\144\163\x65\164", "\43\x61\x74\164\162\151\142\x75\x74\x65\163" => array("\163\x74\x79\x6c\x65" => "\160\x61\x64\144\151\x6e\147\x3a\x32\x25\x20\62\45\x20\x35\45\x3b\40\155\x61\x72\147\x69\156\55\x62\x6f\x74\164\x6f\155\x3a\x32\45"));
$form["\155\157\137\x73\141\155\154\x5f\163\x65\x72\166\151\143\145\137\160\x72\157\x76\151\144\x65\162\137\x6d\145\164\141\x64\x61\164\x61"]["\x6d\x69\x6e\x69\x6f\x72\141\x6e\x67\145\137\x73\x61\x6d\x6c\x5f\x69\144\x70\x5f\x6e\x61\x6d\145"] = array("\x23\x74\x79\160\x65" => "\x74\x65\170\164\146\151\x65\154\x64", "\x23\x74\x69\164\x6c\145" => t("\x49\x64\145\156\x74\151\164\x79\40\x50\x72\157\x76\x69\x64\145\x72\40\x4e\141\x6d\x65\x3c\x73\160\x61\156\x20\163\164\171\x6c\x65\x3d\42\143\x6f\154\157\162\x3a\x20\162\145\144\42\76\52\74\x2f\x73\160\x61\156\x3e"), "\x23\x64\145\x66\x61\165\x6c\x74\x5f\x76\141\154\165\145" => \Drupal::config("\155\x69\x6e\x69\157\162\x61\156\147\x65\x5f\x73\141\155\x6c\x2e\x73\145\164\x74\x69\156\147\x73")->get("\x6d\x69\156\151\x6f\162\x61\156\147\x65\x5f\163\141\x6d\x6c\x5f\x69\144\x70\x5f\x6e\141\155\x65"), "\x23\x61\164\164\162\151\x62\165\164\145\163" => array("\163\164\171\x6c\145" => "\167\x69\144\x74\x68\72\71\x30\x25\x3b\155\x61\162\x67\151\156\x2d\x62\157\x74\x74\x6f\155\x3a\61\45\x3b", "\x70\154\141\143\x65\150\x6f\154\x64\x65\162" => "\111\144\145\156\x74\x69\164\171\x20\120\x72\x6f\x76\151\144\145\x72\x20\116\141\x6d\145"), "\43\x64\x69\x73\141\142\x6c\x65\144" => $wB);
$form["\155\157\x5f\x73\141\x6d\x6c\137\x73\145\x72\x76\x69\143\x65\x5f\x70\162\157\166\151\144\x65\162\137\x6d\x65\164\141\x64\x61\164\141"]["\155\x69\x6e\x69\157\162\x61\156\x67\x65\137\163\x61\x6d\x6c\x5f\151\144\160\137\x69\x73\163\x75\x65\162"] = array("\x23\164\x79\160\145" => "\x74\x65\170\x74\x66\151\x65\154\144", "\43\x74\x69\164\154\145" => t("\x49\144\x50\40\105\x6e\x74\151\164\x79\x20\111\x44\40\x6f\x72\40\111\x73\163\x75\x65\x72\x3c\163\160\141\156\40\163\x74\171\154\x65\x3d\42\x63\157\x6c\x6f\162\72\x20\x72\145\x64\42\x3e\52\x3c\x2f\x73\x70\x61\x6e\76"), "\x23\144\x65\146\141\x75\x6c\x74\137\166\141\154\x75\x65" => \Drupal::config("\x6d\x69\156\151\157\162\141\x6e\147\x65\x5f\x73\x61\x6d\x6c\x2e\163\x65\x74\164\151\156\x67\x73")->get("\x6d\151\x6e\151\157\x72\141\156\147\x65\x5f\x73\141\155\x6c\137\x69\x64\x70\137\x69\x73\x73\x75\145\x72"), "\43\x61\164\x74\162\x69\x62\x75\164\145\x73" => array("\x73\x74\171\154\145" => "\167\151\144\164\150\x3a\71\x30\45", "\160\154\x61\143\145\150\157\154\144\145\162" => "\x49\144\x50\40\x45\156\x74\x69\164\x79\x20\x49\x44\40\157\x72\40\111\x73\x73\x75\145\162"), "\x23\x64\145\163\x63\x72\151\x70\x74\x69\x6f\x6e" => t("\x3c\142\x3e\116\157\x74\145\x20\x3a\74\57\x62\76\x20\x59\157\165\40\x63\141\x6e\x20\x66\x69\156\x64\x20\164\x68\x65\40\105\156\x74\x69\164\x79\111\x44\x20\x69\156\40\x59\157\165\x72\40\x49\x64\x50\55\115\145\x74\x61\x64\141\x74\141\40\130\115\x4c\40\x66\x69\154\x65\40\145\x6e\x63\154\x6f\x73\x65\x64\40\x69\x6e\x20\x3c\x63\157\144\145\x3e\x45\x6e\x74\151\x74\x79\x44\145\x73\143\162\151\160\x74\x6f\x72\74\57\143\157\x64\145\76\x20\x74\141\147\40\150\x61\x76\151\156\x67\x20\141\x74\x74\x72\151\x62\x75\164\x65\40\141\x73\x20\74\143\157\144\145\76\x65\156\164\151\x74\171\x49\104\x3c\x2f\143\x6f\x64\x65\76"), "\x23\x64\x69\x73\x61\x62\x6c\145\x64" => $wB);
$form["\155\x6f\137\x73\x61\155\154\137\163\x65\x72\x76\x69\x63\145\137\x70\x72\x6f\x76\x69\x64\145\x72\137\x6d\x65\x74\141\144\x61\164\x61"]["\x6d\x69\156\x69\x6f\x72\x61\x6e\147\x65\137\163\x61\155\x6c\137\x69\x64\x70\x5f\x6c\x6f\x67\x69\x6e\137\165\x72\x6c"] = array("\x23\x74\x79\x70\145" => "\x75\x72\154", "\x23\164\x69\164\x6c\x65" => t("\x53\x41\x4d\114\40\x4c\157\147\x69\x6e\x20\125\x52\114\74\163\x70\x61\156\x20\x73\x74\x79\x6c\x65\x3d\42\143\x6f\x6c\x6f\x72\72\x20\x72\x65\x64\42\76\x2a\74\57\x73\x70\141\156\76"), "\x23\144\145\x66\141\x75\x6c\164\x5f\x76\x61\154\165\145" => \Drupal::config("\x6d\x69\x6e\x69\x6f\162\x61\156\147\x65\x5f\x73\x61\x6d\154\56\x73\145\164\x74\151\x6e\147\x73")->get("\x6d\x69\x6e\151\x6f\x72\x61\156\x67\x65\x5f\x73\x61\155\x6c\137\151\x64\160\x5f\x6c\x6f\x67\151\x6e\137\x75\162\x6c"), "\x23\144\x65\x73\x63\x72\151\x70\164\x69\x6f\156" => t("\x3c\x62\76\x4e\x6f\164\x65\x20\x3a\x3c\x2f\x62\76\40\x59\157\x75\x20\x63\x61\156\x20\146\x69\156\144\x20\x74\150\145\x20\x53\101\115\x4c\40\x4c\x6f\147\x69\156\x20\125\x52\x4c\40\x69\156\x20\131\157\165\162\40\111\x64\x50\55\x4d\x65\x74\x61\x64\141\164\x61\x20\x58\x4d\x4c\x20\146\x69\154\x65\40\x65\156\143\154\157\163\145\x64\x20\151\156\x20\74\x63\157\x64\x65\x3e\123\151\x6e\147\154\145\x53\x69\147\x6e\x4f\x6e\123\145\x72\166\x69\x63\x65\x3c\x2f\143\x6f\144\x65\x3e\x20\x74\x61\x67"), "\x23\x61\x74\x74\162\151\142\165\x74\x65\163" => array("\163\164\171\154\x65" => "\167\x69\x64\164\x68\72\71\x30\x25", "\x70\154\x61\x63\x65\x68\157\154\x64\x65\x72" => "\123\x41\115\114\x20\x4c\x6f\x67\x69\156\x20\125\x52\114"), "\43\x64\x69\163\141\x62\154\x65\x64" => $wB);
$form["\x6d\157\x5f\x73\141\x6d\x6c\137\x73\145\x72\166\151\143\145\x5f\x70\162\x6f\x76\151\x64\x65\162\x5f\x6d\145\164\141\x64\141\164\141"]["\x6d\151\x6e\151\157\162\x61\156\147\145\137\x73\141\155\x6c\137\156\x61\155\145\151\144\137\146\x6f\x72\x6d\141\164"] = array("\43\x74\x79\160\x65" => "\x73\145\x6c\x65\x63\x74", "\x23\x74\151\x74\154\145" => t("\x4e\x61\155\145\x49\104\40\106\157\x72\x6d\x61\164"), "\x23\157\160\164\151\x6f\x6e\163" => array("\165\162\156\x3a\x6f\x61\163\x69\163\x3a\x6e\141\155\145\x73\x3a\164\x63\72\x53\101\x4d\x4c\72\61\x2e\x31\x3a\x6e\x61\155\x65\x69\x64\55\146\x6f\162\155\x61\164\72\x65\155\141\151\154\x41\144\x64\x72\145\163\x73" => "\x75\162\156\x3a\157\x61\x73\x69\x73\x3a\x6e\x61\x6d\x65\163\x3a\x74\x63\72\x53\x41\x4d\114\x3a\61\x2e\61\72\156\x61\x6d\145\151\144\55\x66\157\162\155\x61\164\72\145\x6d\x61\x69\154\101\144\144\x72\x65\163\163", "\x75\162\x6e\x3a\157\141\163\x69\x73\72\156\x61\155\145\x73\72\x74\x63\72\123\x41\x4d\x4c\72\61\x2e\x31\x3a\x6e\x61\x6d\x65\151\x64\55\146\157\x72\155\141\x74\x3a\x75\x6e\163\160\x65\143\x69\146\151\145\x64" => "\x75\x72\156\x3a\x6f\141\163\x69\x73\x3a\x6e\x61\x6d\x65\x73\x3a\x74\x63\72\123\x41\115\x4c\x3a\61\x2e\x31\x3a\156\x61\x6d\145\x69\144\55\x66\x6f\x72\x6d\x61\164\x3a\x75\x6e\163\160\x65\143\x69\146\151\145\144", "\165\x72\156\x3a\157\x61\163\151\x73\x3a\156\141\x6d\145\x73\72\x74\x63\x3a\123\101\x4d\x4c\x3a\62\x2e\60\x3a\x6e\x61\x6d\145\151\x64\x2d\x66\x6f\162\x6d\x61\x74\72\164\162\x61\156\x73\x69\x65\x6e\x74" => "\165\x72\156\72\x6f\141\163\x69\163\x3a\x6e\141\x6d\145\163\x3a\x74\x63\72\123\x41\x4d\114\x3a\x32\x2e\60\x3a\x6e\141\155\145\151\x64\55\146\x6f\x72\155\x61\x74\x3a\x74\x72\x61\x6e\x73\151\x65\x6e\x74", "\165\162\x6e\x3a\157\141\x73\151\x73\72\x6e\141\x6d\x65\163\72\164\x63\x3a\123\101\x4d\x4c\72\62\x2e\60\72\156\x61\155\145\151\x64\x2d\146\x6f\x72\x6d\141\164\72\x70\145\x72\x73\x69\163\x74\145\156\x74" => "\x75\x72\156\x3a\x6f\141\x73\x69\163\x3a\156\x61\x6d\145\x73\x3a\164\x63\72\x53\x41\x4d\x4c\x3a\x32\56\x30\x3a\156\x61\155\x65\151\x64\x2d\146\157\162\x6d\x61\x74\72\160\x65\x72\163\151\x73\164\145\x6e\x74", "\165\162\156\72\157\141\x73\151\x73\x3a\x6e\141\x6d\145\x73\72\x74\143\x3a\123\x41\115\x4c\x3a\x31\x2e\x31\x3a\x6e\141\155\x65\x69\144\55\146\x6f\x72\x6d\x61\x74\72\130\65\60\71\x53\165\142\x6a\145\143\164\x4e\141\x6d\145" => "\165\x72\x6e\72\x6f\x61\163\x69\163\x3a\x6e\x61\x6d\145\x73\72\x74\143\x3a\123\101\115\114\72\61\56\61\72\156\141\155\145\151\144\55\x66\x6f\162\x6d\x61\164\x3a\130\65\60\x39\123\x75\142\152\x65\x63\x74\116\141\x6d\x65", "\x75\162\156\x3a\x6f\141\163\x69\163\72\x6e\x61\x6d\x65\163\x3a\x74\x63\72\123\101\115\114\x3a\61\56\61\x3a\156\141\x6d\145\x69\144\x2d\x66\x6f\162\x6d\x61\164\72\127\x69\x6e\144\157\x77\x73\104\x6f\x6d\x61\151\x6e\121\x75\x61\154\x69\146\151\145\x64\x4e\141\x6d\x65" => "\x75\162\156\72\x6f\x61\163\x69\163\x3a\x6e\141\x6d\x65\163\72\164\x63\x3a\123\x41\115\114\72\x31\x2e\x31\72\x6e\x61\155\x65\x69\144\x2d\146\x6f\x72\155\141\164\x3a\127\151\x6e\144\157\x77\163\104\157\155\x61\x69\156\x51\165\141\154\151\x66\x69\x65\144\116\141\155\x65", "\x75\162\156\x3a\157\x61\163\151\x73\72\156\x61\x6d\x65\163\72\x74\x63\x3a\123\101\x4d\x4c\72\62\x2e\x30\72\x6e\141\x6d\x65\151\144\55\146\x6f\162\155\141\x74\72\153\x65\x72\142\145\162\157\163" => "\40\x75\162\x6e\72\x6f\x61\163\x69\x73\x3a\156\141\x6d\x65\163\72\x74\x63\72\123\101\115\x4c\x3a\62\56\x30\x3a\156\141\x6d\145\x69\144\55\146\157\162\x6d\x61\x74\72\x6b\x65\x72\x62\145\162\x6f\163", "\165\162\x6e\72\x6f\x61\x73\151\163\x3a\x6e\x61\x6d\x65\163\x3a\164\x63\72\x53\101\115\114\x3a\62\x2e\x30\72\x6e\141\x6d\x65\x69\144\55\x66\x6f\x72\x6d\x61\164\x3a\x65\x6e\164\151\164\x79" => "\x75\162\156\72\x6f\141\x73\151\x73\x3a\x6e\141\x6d\145\163\72\x74\143\72\123\x41\x4d\114\72\x32\x2e\60\x3a\156\x61\x6d\x65\151\x64\x2d\x66\x6f\x72\155\x61\x74\72\145\156\x74\x69\164\x79"), "\x23\144\x65\x66\x61\x75\154\164\137\x76\141\154\165\x65" => \Drupal::config("\x6d\x69\156\x69\x6f\162\141\x6e\x67\x65\x5f\163\141\155\154\x2e\x73\145\164\164\x69\156\x67\163")->get("\x6d\151\x6e\151\157\162\141\x6e\x67\x65\137\x73\x61\x6d\x6c\137\156\141\155\x65\x69\x64\137\146\x6f\x72\x6d\x61\x74"), "\x23\x61\x74\x74\162\151\x62\x75\x74\145\163" => array("\163\x74\171\154\x65" => "\167\x69\x64\x74\150\72\x39\60\45\x3b\150\x65\151\147\150\x74\72\x33\x30\160\x78\73\155\x61\x72\x67\151\x6e\55\142\x6f\164\x74\157\x6d\x3a\61\x25\73"), "\x23\x64\151\x73\141\142\154\145\144" => $wB);
$form["\155\x6f\137\x73\141\x6d\x6c\x5f\163\x65\x72\166\x69\143\x65\x5f\160\x72\157\x76\151\144\x65\162\137\x6d\145\x74\141\x64\x61\164\x61"]["\x6d\x69\156\151\x6f\x72\x61\156\147\x65\x5f\x73\x61\155\x6c\x5f\151\x64\x70\x5f\142\x69\x6e\x64\x69\156\x67"] = array("\x23\164\171\x70\x65" => "\x72\141\x64\151\157\163", "\43\x74\151\x74\x6c\145" => t("\x48\x54\x54\120\x20\102\x69\156\x64\151\x6e\147"), "\43\x64\x65\146\141\x75\x6c\164\x5f\166\x61\154\165\x65" => \Drupal::config("\155\x69\x6e\x69\x6f\x72\x61\x6e\147\145\137\163\x61\x6d\154\x2e\163\x65\x74\x74\x69\156\147\x73")->get("\x6d\151\x6e\x69\x6f\x72\141\x6e\x67\145\x5f\163\x61\x6d\154\137\x68\x74\x74\x70\137\x62\151\x6e\x64\151\156\147") == "\x48\124\124\120\55\x50\x4f\x53\x54" ? 1 : 0, "\43\157\x70\x74\x69\x6f\156\x73" => array(t("\x48\124\124\120\x2d\x52\x65\x64\151\x72\145\x63\164"), t("\110\124\x54\x50\x2d\x50\x4f\x53\x54")), "\x23\144\151\163\141\142\x6c\x65\x64" => $wB, "\43\x70\162\x65\146\x69\170" => "\74\x64\151\x76\40\x63\x6c\141\163\163\x3d\42\143\x6f\x6e\x74\141\x69\156\145\x72\x2d\151\156\x6c\151\156\145\x22\x3e", "\43\x73\x75\146\x66\151\x78" => "\x3c\57\144\151\166\76");
$form["\155\157\137\163\141\155\154\137\x73\145\162\x76\x69\143\x65\137\160\162\157\x76\151\144\145\x72\x5f\155\x65\x74\x61\144\x61\164\x61"]["\155\151\156\151\x6f\162\141\156\x67\145\137\x73\141\155\154\137\x69\144\x70\137\x6c\x6f\x67\157\165\164\x5f\x75\162\x6c"] = array("\x23\x74\171\x70\x65" => "\x74\145\x78\164\146\x69\x65\154\x64", "\x23\x74\x69\x74\x6c\x65" => t("\123\101\115\114\40\x4c\x6f\147\x6f\165\x74\x20\x55\x52\x4c"), "\x23\x64\145\163\x63\x72\x69\160\x74\151\157\156" => t("\x3c\142\76\116\157\164\145\72\74\57\x62\x3e\40\x54\x68\151\163\40\146\x65\x61\164\165\x72\145\x20\x69\x73\x20\141\x76\141\151\154\x61\x62\154\145\40\151\156\x20\x3c\x61\40\150\x72\145\146\x3d\x22" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . "\42\x3e\74\x62\x3e\133\x50\x72\x65\155\151\165\x6d\40\141\156\144\40\x45\x6e\164\145\162\x70\162\x69\163\x65\135\x3c\x2f\142\76\x3c\x2f\141\x3e\40\166\x65\162\x73\151\x6f\x6e\163\40\x6f\146\x20\x74\x68\x65\40\x6d\x6f\x64\x75\x6c\145\56"), "\x23\141\164\x74\x72\151\x62\x75\164\145\163" => array("\x73\164\171\154\145" => "\x77\x69\x64\164\x68\x3a\x39\60\45\x3b", "\160\x6c\x61\143\145\150\157\x6c\144\145\x72" => "\x53\101\115\114\x20\x4c\157\x67\x6f\x75\164\40\x55\122\114"), "\x23\144\151\163\x61\142\x6c\x65\x64" => TRUE);
$form["\x6d\x6f\137\163\x61\x6d\x6c\x5f\163\x65\x72\x76\x69\x63\145\x5f\160\x72\x6f\x76\x69\x64\x65\162\137\x6d\x65\x74\x61\144\x61\164\141"]["\155\x69\x6e\151\x6f\x72\141\156\147\145\x5f\x73\x61\155\x6c\x5f\x69\x64\x70\137\x78\65\x30\x39\x5f\143\x65\162\x74\x69\146\151\x63\141\164\145"] = array("\43\164\171\x70\x65" => "\x74\145\170\x74\141\162\x65\x61", "\43\x74\x69\x74\x6c\x65" => t("\170\56\65\60\x39\x20\x43\145\x72\164\151\x66\151\x63\x61\x74\x65\x20\126\141\x6c\165\x65"), "\43\x64\x65\x66\x61\x75\x6c\164\137\166\141\x6c\165\x65" => \Drupal::config("\x6d\151\x6e\151\157\x72\141\156\147\x65\137\x73\141\155\x6c\x2e\163\145\164\x74\151\x6e\x67\x73")->get("\x6d\151\156\x69\157\x72\141\156\147\x65\137\x73\141\x6d\154\137\151\144\160\x5f\143\x65\162\x74\x69\x66\151\143\x61\164\x65"), "\x23\141\164\x74\162\151\142\x75\x74\145\163" => array("\x73\x74\x79\x6c\x65" => "\167\x69\144\164\x68\72\x39\x30\x25", "\160\x6c\141\143\145\x68\157\x6c\x64\145\x72" => "\x45\156\164\145\x72\x20\170\65\x30\71\x20\x43\145\x72\164\x69\x66\x69\143\x61\164\x65\40\x56\141\154\165\x65"), "\43\x64\151\x73\x61\x62\x6c\x65\x64" => $wB, "\x23\x64\x65\163\143\x72\x69\160\164\151\x6f\156" => "\74\163\x74\x72\x6f\x6e\147\76\116\117\x54\105\x3a\74\x2f\x73\164\162\x6f\156\x67\76\40\x46\x6f\162\155\141\164\40\x6f\x66\40\x74\x68\x65\x20\x63\145\x72\164\151\x66\x69\143\141\164\145\72\74\x62\x72\x3e\x3c\x62\76\x2d\55\x2d\x2d\x2d\x42\105\x47\111\116\x20\x43\x45\x52\124\111\106\x49\103\x41\x54\x45\x2d\55\55\x2d\x2d\74\142\162\x3e\x58\x58\130\130\130\x58\x58\130\130\130\x58\130\x58\130\130\x58\130\x58\130\x58\130\130\130\130\x58\130\130\x3c\142\x72\76\55\55\55\x2d\55\x45\116\104\40\103\x45\122\x54\x49\106\111\103\101\124\x45\x2d\x2d\x2d\55\x2d\x3c\57\142\76\74\142\x72\x3e\x3c\142\162\x3e");
$form["\x6d\x6f\137\163\x61\155\154\x5f\x73\145\x72\x76\x69\143\145\137\160\x72\157\x76\151\144\145\x72\x5f\155\x65\164\x61\144\141\x74\141"]["\163\145\x63\165\x72\151\x74\171\137\x73\x69\x67\156\141\164\165\x72\145\137\x61\x6c\147\x6f\x72\151\x74\150\x6d"] = array("\x23\x74\171\160\145" => "\x73\145\x6c\145\143\164", "\43\x74\x69\x74\x6c\145" => t("\123\151\x67\x6e\x61\164\x75\x72\x65\40\141\x6c\147\157\162\151\x74\150\155\40\74\141\40\x68\162\145\x66\75\x22" . $base_url . MiniorangeSAMLConstants::LICENSING_TAB_URL . "\x22\x3e\x3c\x62\x3e\133\x45\156\164\x65\x72\x70\162\x69\x73\145\135\x3c\x2f\142\x3e\74\57\141\x3e"), "\x23\157\x70\x74\151\157\156\x73" => ["\x52\123\x41\137\x53\110\101\x32\65\66" => "\163\x68\x61\62\65\66", "\122\x53\x41\137\123\x48\101\63\70\x34" => "\x73\150\x61\x33\70\64", "\122\x53\101\x5f\123\110\101\65\x31\x32" => "\163\150\x61\x35\61\62", "\122\x53\x41\x5f\123\x48\101\61" => "\x73\150\141\x31"], "\43\x64\x65\163\x63\x72\x69\160\x74\x69\x6f\x6e" => t("\x3c\x62\76\x4e\157\164\x65\72\x3c\57\142\76\40\101\154\147\x6f\x72\151\164\150\x6d\x20\x75\x73\145\144\40\x69\x6e\x20\164\150\145\x20\x73\x69\147\x6e\x69\x6e\147\40\x70\x72\157\143\145\163\163\x2e\40\x28\145\147\56\x20\163\x68\x61\62\65\x36\54\x20\163\x68\x61\x35\61\x32\x2c\40\163\150\141\63\70\x34\54\x20\x73\x68\x61\61\x29"), "\x23\x61\x74\x74\x72\x69\x62\x75\164\x65\163" => array("\x73\x74\x79\x6c\145" => "\x77\x69\x64\x74\150\72\71\x30\x25\x3b\x68\x65\151\147\150\x74\72\x33\60\160\x78\x3b"), "\43\x64\151\x73\x61\x62\x6c\x65\144" => TRUE);
$form["\155\x6f\137\163\141\155\154\137\163\x65\162\x76\x69\x63\x65\137\160\162\157\x76\x69\144\145\162\137\x6d\145\164\141\x64\x61\164\141"]["\x6d\151\x6e\151\157\x72\141\x6e\147\145\137\163\x61\155\x6c\137\163\x69\x67\156\137\162\x65\161\x75\145\163\164"] = array("\43\164\x79\x70\145" => "\x63\x68\x65\143\x6b\142\157\170", "\43\164\151\x74\154\145" => t("\123\x69\147\156\x20\x53\101\x4d\114\x20\x52\145\x71\165\145\x73\x74"), "\x23\144\x65\x66\x61\165\154\x74\137\x76\141\154\x75\x65" => \Drupal::config("\155\x69\x6e\151\x6f\162\x61\x6e\x67\145\137\x73\141\155\x6c\56\x73\x65\x74\x74\x69\x6e\147\163")->get("\155\151\x6e\x69\157\162\x61\x6e\147\x65\137\163\x61\155\154\137\x72\145\x71\x75\145\x73\164\x5f\163\x69\x67\156\145\144"), "\43\x64\151\163\141\142\154\x65\144" => $wB);
$form["\x6d\x6f\x5f\x73\x61\155\x6c\137\163\x65\162\x76\151\143\x65\137\x70\x72\157\x76\x69\144\x65\162\x5f\x6d\145\x74\141\x64\141\164\141"]["\x6d\x69\156\151\157\x72\141\156\x67\x65\x5f\x73\x61\155\x6c\x5f\145\x6e\141\x62\154\145\137\x6c\x6f\147\151\156"] = array("\43\x74\x79\x70\x65" => "\143\150\x65\143\153\x62\x6f\170", "\x23\x74\x69\164\154\x65" => t("\x45\156\x61\x62\154\145\x20\x6c\x6f\x67\x69\156\x20\x77\x69\164\x68\40\x53\101\x4d\114"), "\x23\x64\x65\146\x61\165\154\164\x5f\166\x61\154\165\x65" => \Drupal::config("\x6d\x69\x6e\x69\157\x72\x61\156\x67\x65\137\163\x61\x6d\x6c\x2e\x73\145\x74\164\151\156\147\163")->get("\155\x69\x6e\x69\x6f\162\x61\156\x67\145\137\163\x61\155\154\x5f\x65\156\x61\x62\x6c\145\137\x6c\157\147\x69\x6e"), "\43\x64\x69\163\x61\x62\154\145\x64" => $wB);
$form["\155\157\x5f\x73\x61\155\154\x5f\163\x65\x72\166\151\143\145\137\x70\162\x6f\x76\151\x64\145\x72\x5f\x6d\x65\x74\141\144\x61\x74\141"]["\x6d\x69\156\151\x6f\x72\141\x6e\147\145\x5f\163\141\155\x6c\x5f\x63\150\x61\x72\141\143\x74\145\162\137\x65\x6e\143\x6f\144\151\x6e\147"] = array("\x23\164\171\x70\x65" => "\x63\x68\x65\x63\153\x62\157\170", "\x23\164\x69\164\154\145" => t("\x43\x68\x61\x72\141\x63\164\x65\162\x20\x45\x6e\x63\x6f\x64\151\156\147"), "\x23\144\145\x66\x61\165\154\164\x5f\166\141\154\165\x65" => \Drupal::config("\x6d\x69\156\x69\157\162\x61\156\147\145\x5f\x73\141\x6d\x6c\56\x73\145\x74\164\151\x6e\x67\x73")->get("\155\x69\156\151\x6f\162\x61\156\147\x65\137\163\x61\155\x6c\137\143\x68\141\x72\x61\x63\x74\145\162\x5f\145\x6e\x63\x6f\x64\x69\156\147"), "\43\144\145\x73\x63\162\151\x70\x74\151\157\156" => "\74\x62\x3e\x4e\x4f\x54\x45\72\74\57\142\76\x20\125\x73\x65\163\40\151\143\157\x6e\166\x20\145\156\143\x6f\x64\151\x6e\147\x20\164\x6f\40\x63\x6f\156\166\145\x72\x74\40\130\65\60\x39\x20\143\145\162\x74\x69\x66\151\x63\141\x74\145\40\151\156\164\x6f\x20\x63\x6f\162\162\x65\x63\164\40\145\x6e\x63\x6f\144\x69\x6e\147\x2e", "\x23\x64\x69\163\141\x62\154\x65\144" => $wB);
$v4 = "\134\47" . $this->getTestUrl() . "\x5c\47";
$form["\155\x6f\x5f\x73\141\155\154\x5f\163\x65\162\166\x69\x63\145\137\x70\162\x6f\166\151\144\145\x72\x5f\x6d\x65\164\141\144\141\x74\x61"]["\155\151\x6e\151\x6f\162\x61\x6e\147\x65\137\x73\x61\155\154\x5f\x69\x64\160\137\143\157\156\146\151\x67\137\163\x75\x62\155\x69\164"] = array("\x23\x74\x79\160\x65" => "\163\165\x62\x6d\x69\164", "\x23\x76\141\154\x75\x65" => t("\x53\x61\x76\x65\40\103\157\156\x66\151\x67\165\162\141\164\x69\x6f\x6e"), "\x23\160\x72\145\146\x69\x78" => "\x3c\x62\x72\x3e\x3c\142\x72\76", "\x23\x64\x69\163\x61\x62\154\145\144" => $wB);
$I8 = $wB == TRUE ? "\144\x69\163\x61\x62\154\145\144\x3d\x22\124\162\x75\x65\42" : '';
$form["\x6d\x6f\x5f\x73\x61\x6d\154\x5f\x73\145\x72\x76\151\143\x65\x5f\160\x72\157\166\151\x64\145\x72\x5f\155\145\164\141\144\x61\164\x61"]["\x6d\151\x6e\151\157\x72\141\x6e\x67\145\137\x73\x61\x6d\154\137\164\145\x73\x74\x5f\x63\x6f\x6e\x66\x69\147\137\142\165\164\x74\157\x6e"] = array("\43\x6d\141\x72\x6b\x75\x70" => Markup::create("\74\x73\x70\141\x6e\40\x6f\156\x63\154\151\143\153\x3d\42\164\x65\163\164\143\x6f\x6e\x66\151\147\x28\x27" . $base_url . "\x2f\164\145\x73\164\x53\101\115\114\x43\x6f\x6e\146\x69\147\x27\x29\42\x20\143\x6c\x61\163\163\x3d\42\x62\165\164\164\x6f\x6e\42\x3e\x54\145\x73\x74\x20\x43\157\156\146\x69\x67\165\x72\141\164\151\x6f\x6e\74\x2f\x73\x70\141\x6e\x3e"));
$form["\x6d\157\137\163\141\155\154\x5f\x73\145\162\x76\x69\x63\145\137\160\162\x6f\166\151\144\x65\162\137\155\145\164\x61\144\141\164\141"]["\x6d\151\x6e\151\157\x72\141\156\x67\x65\137\163\x61\155\154\x5f\164\145\163\x74\137\x73\x68\157\167\x5f\x53\101\x4d\114\x5f\x72\145\x71\165\x65\x73\164\x5f\x62\x75\x74\164\157\x6e"] = array("\43\x6d\141\x72\153\x75\x70" => Markup::create("\74\163\160\x61\x6e\x20\157\x6e\143\x6c\x69\143\x6b\75\42\164\145\163\164\x63\157\156\x66\x69\x67\50\x27" . $base_url . "\x2f\x73\x68\157\167\123\101\x4d\114\122\x65\161\165\x65\x73\x74\47\x29\x22\x20\143\154\x61\163\163\x3d\42\142\x75\164\x74\x6f\x6e\40\x62\x75\164\164\x6f\156\55\55\160\x72\x69\155\141\162\x79\x22\76\123\x41\115\114\x20\122\x65\x71\165\145\x73\x74\x3c\x2f\163\x70\x61\156\x3e"));
$form["\x6d\157\137\x73\x61\155\x6c\137\163\x65\x72\166\151\143\145\137\x70\x72\157\166\x69\x64\x65\x72\137\x6d\145\x74\141\144\141\x74\141"]["\155\x69\x6e\151\157\x72\141\x6e\x67\x65\x5f\x73\141\155\x6c\x5f\164\145\163\x74\137\163\x68\157\x77\x5f\x53\101\x4d\x4c\137\162\x65\x73\x70\157\x6e\x73\x65\x5f\x62\165\x74\x74\x6f\156"] = array("\x23\155\141\x72\153\165\x70" => Markup::create("\x3c\x73\160\x61\x6e\40\157\156\x63\154\x69\x63\x6b\x3d\42\x74\x65\x73\164\x63\157\x6e\x66\151\x67\50\x27" . $base_url . "\x2f\x73\150\157\x77\x53\x41\x4d\x4c\x52\x65\x73\160\157\x6e\x73\x65\x27\51\42\x20\x63\154\141\163\163\75\42\x62\x75\164\x74\157\x6e\40\x62\165\x74\164\157\x6e\x2d\55\160\x72\x69\x6d\141\162\x79\x22\x3e\123\101\115\114\x20\x52\145\x73\160\x6f\156\163\145\x3c\x2f\163\160\x61\156\x3e"), "\x23\163\x75\146\146\151\170" => "\x3c\57\x64\151\x76\x3e\x3c\142\162\76\74\142\x72\x3e");
Utilities::spConfigGuide($form, $form_state);
return $form;
}
public function miniorange_saml_form_alter(array &$form, \Drupal\Core\Form\FormStateInterface $form_state, $A6)
{
$form["\141\143\164\151\157\156\163"]["\163\x75\142\x6d\151\x74"]["\43\x73\x75\142\x6d\x69\x74"][] = "\164\x65\163\x74";
return $form;
}
public function getTestUrl()
{
global $base_url;
$DJ = $base_url . "\x2f\77\x71\75\x74\145\163\x74\123\101\x4d\x4c\x43\157\x6e\146\x69\147";
return $DJ;
}
public function submitForm(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
global $base_url;
$kf = $form_state->getValues();
$Fs = $kf["\x6d\151\156\x69\x6f\x72\141\156\x67\x65\137\x73\141\155\154\137\x69\x64\160\137\x69\x73\x73\165\x65\x72"];
$gu = $kf["\155\151\156\151\157\162\141\x6e\147\x65\137\x73\x61\x6d\154\137\151\x64\x70\137\156\141\x6d\145"];
$qy = $kf["\x6d\x69\x6e\x69\x6f\162\141\156\x67\145\137\x73\x61\x6d\x6c\x5f\156\141\155\145\x69\x64\137\146\157\162\155\141\x74"];
$Cs = $kf["\x6d\x69\156\x69\x6f\x72\141\x6e\147\145\137\x73\x61\155\x6c\x5f\151\x64\x70\137\x6c\157\147\151\156\137\x75\x72\x6c"];
if (!(empty($Fs) || empty($Cs) || empty($gu))) {
goto sm;
}
\Drupal::messenger()->addError(t("\124\x68\145\x20\x3c\142\76\x3c\165\76\111\144\x65\156\x74\151\164\x79\40\x50\162\x6f\166\x69\144\x65\162\40\x4e\x61\x6d\x65\x2c\40\74\57\165\x3e\x3c\165\x3e\111\144\120\40\105\156\164\151\164\171\x20\111\104\40\x6f\x72\40\x49\x73\163\165\x65\162\74\x2f\165\76\74\57\142\76\40\x61\156\x64\x20\x3c\142\x3e\x3c\x75\76\123\x41\115\x4c\x20\x4c\157\x67\151\156\x20\125\x52\114\x3c\57\x75\x3e\74\57\142\x3e\x20\x66\151\x65\154\x64\163\x20\x61\162\145\40\155\x61\156\144\x61\x74\157\162\x79\56"));
return;
sm:
$p9 = isset($kf["\x6d\151\156\151\x6f\x72\141\156\147\x65\x5f\x73\141\155\154\x5f\151\144\160\137\x78\x35\x30\71\x5f\x63\145\x72\x74\151\146\151\143\141\164\x65"]) ? Utilities::sanitize_certificate($kf["\x6d\151\x6e\151\x6f\x72\x61\x6e\147\x65\x5f\x73\141\x6d\x6c\x5f\x69\x64\x70\x5f\x78\65\x30\x39\x5f\143\x65\162\164\151\x66\151\x63\x61\x74\x65"]) : '';
$ht = $kf["\x6d\151\x6e\x69\x6f\x72\x61\x6e\x67\145\137\x73\141\x6d\x6c\x5f\145\156\x61\x62\154\x65\137\154\157\147\151\156"];
$OF = $kf["\155\151\156\x69\157\162\x61\x6e\147\x65\x5f\163\141\x6d\154\x5f\163\151\147\156\x5f\x72\145\161\165\145\163\164"];
$QX = $kf["\x6d\x69\x6e\x69\x6f\162\x61\156\x67\x65\137\163\x61\x6d\154\137\151\x64\x70\x5f\x62\x69\156\144\x69\156\x67"];
$hC = $kf["\155\x69\x6e\151\x6f\x72\141\x6e\x67\x65\x5f\163\x61\155\154\137\x63\x68\141\x72\x61\143\x74\x65\x72\137\x65\x6e\x63\157\x64\x69\156\147"];
$ow = $QX == 1 ? "\x48\124\124\120\55\120\117\123\124" : "\110\x54\x54\x50\x2d\122\145\144\x69\162\x65\x63\164";
$hC = $hC == 1;
$Gl = $OF == 1;
$ut = $ht == 1;
$Q7 = $base_url;
\Drupal::configFactory()->getEditable("\155\151\x6e\x69\157\162\141\156\147\x65\x5f\163\141\x6d\154\x2e\x73\145\x74\x74\151\x6e\147\163")->set("\x6d\151\x6e\151\157\x72\x61\x6e\x67\145\137\163\x61\155\154\137\142\141\x73\145", $base_url)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\x6e\151\157\x72\x61\x6e\147\x65\x5f\163\141\x6d\x6c\56\163\145\164\x74\x69\156\147\163")->set("\155\x69\x6e\151\157\x72\141\x6e\x67\x65\137\x73\x61\x6d\x6c\137\x69\144\160\x5f\x6e\x61\155\x65", $gu)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\x72\x61\x6e\147\145\x5f\163\x61\155\154\x2e\163\x65\x74\164\151\156\147\x73")->set("\155\x69\x6e\x69\157\162\x61\156\x67\x65\137\x73\141\155\154\x5f\163\x70\137\151\163\163\x75\145\162", $Q7)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\156\x69\157\162\x61\x6e\x67\145\137\163\141\x6d\x6c\x2e\x73\145\x74\x74\x69\x6e\x67\x73")->set("\155\x69\156\151\157\162\x61\x6e\147\x65\137\163\x61\x6d\154\x5f\151\144\x70\137\151\x73\163\165\x65\x72", $Fs)->save();
\Drupal::configFactory()->getEditable("\155\x69\x6e\151\x6f\x72\141\x6e\x67\145\x5f\x73\141\x6d\x6c\x2e\x73\x65\164\x74\x69\156\147\163")->set("\x6d\x69\156\x69\x6f\x72\141\156\147\x65\137\x73\x61\x6d\x6c\137\156\x61\155\x65\x69\x64\x5f\x66\x6f\162\155\x61\x74", $qy)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\x6e\151\157\162\x61\x6e\x67\145\137\x73\141\x6d\x6c\x2e\x73\145\164\x74\x69\156\x67\x73")->set("\x6d\151\x6e\x69\157\162\x61\156\147\145\x5f\x73\141\155\x6c\137\162\145\161\x75\x65\163\x74\137\x73\151\147\x6e\145\144", $Gl)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\156\151\x6f\162\x61\156\147\x65\137\x73\141\155\x6c\56\x73\145\164\164\x69\156\x67\x73")->set("\155\151\156\x69\x6f\x72\141\156\147\x65\137\x73\x61\155\154\137\150\164\164\x70\x5f\x62\x69\x6e\x64\x69\x6e\x67", $ow)->save();
\Drupal::configFactory()->getEditable("\155\x69\x6e\151\x6f\162\x61\156\x67\x65\x5f\163\x61\155\154\56\163\145\164\164\151\156\x67\163")->set("\x6d\x69\156\x69\x6f\162\141\156\x67\145\137\x73\x61\155\154\137\151\144\160\x5f\154\157\x67\151\x6e\x5f\165\x72\x6c", $Cs)->save();
\Drupal::configFactory()->getEditable("\x6d\151\156\151\x6f\162\141\x6e\x67\x65\137\x73\141\x6d\154\x2e\x73\145\164\x74\x69\x6e\147\163")->set("\155\x69\x6e\x69\157\x72\x61\x6e\147\145\137\x73\x61\x6d\x6c\x5f\151\x64\x70\137\143\x65\162\x74\151\x66\x69\x63\x61\x74\x65", $p9)->save();
\Drupal::configFactory()->getEditable("\x6d\x69\x6e\151\157\162\141\x6e\147\145\x5f\x73\141\155\154\x2e\163\145\164\x74\151\x6e\147\163")->set("\x6d\x69\x6e\151\157\x72\x61\x6e\147\x65\x5f\x73\x61\x6d\x6c\x5f\145\x6e\x61\142\x6c\145\x5f\x6c\157\147\x69\156", $ut)->save();
\Drupal::configFactory()->getEditable("\155\151\156\x69\157\x72\x61\x6e\147\145\137\x73\141\x6d\x6c\x2e\x73\145\164\164\x69\156\147\x73")->set("\155\151\x6e\x69\x6f\162\141\156\x67\145\x5f\163\141\155\x6c\x5f\x63\150\x61\x72\141\143\164\145\162\137\x65\156\x63\x6f\x64\x69\156\x67", $hC)->save();
\Drupal::messenger()->addStatus(t("\111\144\145\x6e\x74\151\164\171\40\120\162\157\x76\x69\x64\145\x72\x20\103\x6f\156\146\151\147\165\x72\141\x74\x69\x6f\156\x20\163\165\x63\143\145\x73\x73\x66\x75\154\x6c\171\x20\x73\x61\166\145\x64"));
\Drupal::service("\x70\x6c\x75\x67\151\x6e\56\143\141\143\x68\145\137\143\x6c\145\141\162\x65\162")->clearCachedDefinitions();
}
function miniorange_saml_upload_file(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$Ra = $_FILES["\146\x69\x6c\145\163"]["\x74\155\160\x5f\x6e\141\155\x65"]["\x6d\145\164\141\x64\x61\164\x61\137\146\x69\154\145"];
if (!(!isset($Ra) || empty($Ra) || $_FILES["\x66\151\154\145\163"]["\164\x79\160\x65"]["\x6d\145\x74\x61\x64\141\164\x61\x5f\146\151\x6c\145"] != "\164\x65\x78\164\x2f\170\155\x6c")) {
goto xG;
}
\Drupal::messenger()->addError(t("\x49\156\166\x61\x6c\151\144\x20\x66\151\x6c\x65\x2e\x20\x50\x6c\145\141\x73\x65\40\160\162\157\166\151\144\145\x20\x76\141\x6c\151\x64\x20\x66\x69\154\145\56"));
return;
xG:
$r_ = file_get_contents($Ra);
Utilities::upload_metadata($r_, true);
}
function miniorange_saml_fetch_metadata(array &$form, \Drupal\Core\Form\FormStateInterface $form_state)
{
$kf = $form_state->getValues();
$w4 = $kf["\x6d\x65\x74\141\x64\x61\x74\x61\137\125\122\x4c"];
if (!(!isset($w4) || empty($w4))) {
goto zD;
}
\Drupal::messenger()->addError(t("\111\156\166\141\x6c\x69\144\x20\x55\122\114\56\x20\x50\x6c\x65\141\x73\x65\x20\160\162\157\166\x69\144\x65\x20\x76\x61\154\x69\x64\x20\x55\x52\114\56"));
return;
zD:
$ff = filter_var($w4, FILTER_SANITIZE_URL);
$jp = array("\163\163\154" => array("\166\145\x72\151\x66\171\137\160\145\x65\x72" => false, "\166\x65\162\x69\146\x79\x5f\160\x65\x65\162\137\x6e\x61\155\x65" => false));
$r_ = file_get_contents($ff, false, stream_context_create($jp));
if (!(!isset($r_) || empty($r_))) {
goto Ee;
}
\Drupal::messenger()->addError(t("\x49\x6e\166\141\x6c\x69\x64\40\x55\122\x4c\56\40\120\x6c\x65\x61\163\x65\40\x70\x72\x6f\x76\x69\x64\x65\40\x76\141\154\x69\x64\x20\x55\x52\x4c"));
return;
Ee:
Utilities::upload_metadata($r_, true);
}
}
Function Calls
None |
Stats
MD5 | d2ad06de1896052c0fd75621c5fc978c |
Eval Count | 0 |
Decode Time | 73 ms |