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 /** * This file is a part of the miniorange-saml-20-single-sign-on plugin. * ..

Decoded Output download

<?php 
/** 
 * This file is a part of the miniorange-saml-20-single-sign-on plugin. 
 * 
 * @link https://plugins.miniorange.com/ 
 * @author miniOrange 
 * @package miniorange-saml-20-single-sign-on 
 */ 
 
 
function mo_saml_general_login_page() 
{ 
    $i8 = get_option(Mo_Saml_Options_Enum_Identity_Provider::SP_BASE_URL); 
    if (!empty($i8)) { 
        goto F2e; 
    } 
    $i8 = home_url(); 
    F2e: 
    if (!(mo_saml_is_customer_registered_saml() && Mo_Saml_License_Utility::is_customer_license_valid(false, false))) { 
        goto aAE; 
    } 
    echo "<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 2% 0px 2%;">
\x9	\x9\x9<h3>SSO Login Options</h3><hr>"; 
    echo "[&nbsp;<a href="https://developers.miniorange.com/docs/saml/wordpress/Redirection-SSO" target="_blank">Click here</a> to know how this is useful. ]"; 
    echo "<form id="mo_saml_relay_state_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_relay_state_option"); 
    echo "<input type="hidden" name="option" value="mo_saml_relay_state_option"/>\xd\xa	\x9	\x9	\x9<table>"; 
    check_plugin_state(); 
    echo "\xd\xa\x9\x9\x9	\x9	<tr>\xd
\x9\x9			\x9	<td><br/></td>\x9 
\x9\x9\x9\x9\x9	</tr>
\xa	\x9	\x9		<tr>\xd
					\x9    <td colspan="2">
\xa\x9			\x9	    Enable the following option to send absolute URL in the Relay State (<i>For example: https://wp-site-url/sample-page</i>).\xd\xa\x9\x9		\x9	    <br/> By default, the plugin sends relative URL in the Relay State (<i>For example: /sample-page</i>).
\x9		\x9\x9	    <br/><br/>\xd\xa\x9		\x9	\x9    <b>NOTE: </b> You can enable this option if you want to deep-link into a third party application.
\x9\x9\x9\x9\x9	    <br/><br/>
	\x9\x9\x9	\x9    <label class="switch">\xd\xa\x9		\x9\x9	\x9<input type="checkbox" name="mo_saml_send_absolute_relay_state" id="mo_saml_send_absolute_relay_state" " . (Mo_Saml_License_Utility::is_customer_license_valid(false, false) && mo_saml_is_sp_configured() ? checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ABSOLUTE_RELAY_STATE), true, false) : "disabled") . ">
                            <span class="slider round"></span>\xd
        		\x9\x9	</label><span style="padding-left:5px"><b>Use Absolute URLs for Relay State</b></span>
                            <br/><br/>
                            </td>
\xa\x9\x9\x9\x9\x9	\xd\xa                        </tr>\xd
                        <tr><td colspan="2"><h3>Configure default Relay State URLs:</h3><br/></td></tr>\xd
					\x9
\x9\x9\x9\x9		\x9<tr>
								<td width="20%">Relay State URL:</td>
\xa\x9\x9		\x9		\x9<td width="80%"><input type="url" name="mo_saml_relay_state" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " style="width:90%;" " . mo_saml_is_sp_configured(true) . " placeholder="Enter a valid URL (Example : " . esc_url($i8) . ")" value="" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::RELAY_STATE)) . ""/><br />
\x9	\x9\x9\x9		\x9</td>\xd\xa\x9						</tr>\xd\xa\x9		\x9\x9	\x9<tr>\xd\xa\x9						\x9<td></td>\xd\xa	\x9\x9	\x9\x9	\x9<td>Users will always be redirected to this URL after SSO.<br/>\xd
							\x9When left blank, the users will be redirected to the same page from where the SSO was initiated.</td>
\xa\x9\x9	\x9\x9		\x9<td></td>
\xa\x9\x9					</tr>
\xa	\x9\x9\x9	\x9\x9<tr><td><br/><br/></td></tr>
		\x9	\x9\x9\x9<tr>\xd\xa\x9\x9	\x9\x9\x9		<td width="20%">Logout Relay State URL:</td>\xd
\x9\x9\x9					<td width="80%"><input type="url" name="mo_saml_logout_relay_state" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " style="width:90%;" " . mo_saml_is_sp_configured(true) . " placeholder="Enter a valid URL (Example : " . esc_url($i8) . ")" value="" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::LOGOUT_RELAY_STATE)) . ""/><br />\xd
	\x9	\x9\x9\x9\x9	</td>\xd
\x9\x9	\x9\x9\x9\x9	
	\x9	\x9		\x9</tr>
\xa			\x9\x9		<tr>\xd
\x9	\x9			\x9\x9<td></td>\xd\xa\x9\x9					\x9<td>Users will always be redirected to this URL after logging out.<br/>\xd
\x9		\x9\x9\x9\x9	When left blank, the users will be redirected to the same page from where the SLO was initiated.</td>
		\x9	\x9	\x9\x9<td></td>\xd
\x9\x9			\x9\x9</tr>
	\x9\x9			\x9<tr><td colspan="3">\xd\xa		\x9				\xd
	\x9	\x9		\x9<span style="display:block;text-align: center;padding-top: 20px;"><input type="submit" value="Update" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " class="button button-primary button-large" " . mo_saml_is_sp_configured(true) . " /></span>
\xa</td></tr>
\xa\x9		\x9\x9	\x9\xd
	\x9		\x9\x9</table>\xd\xa\x9	\x9\x9	</form><br/>\xd\xa\x9			\x9
\xa\x9	\x9		<br/>\xd\xa	\x9			\xd\xa\x9\x9	\x9	</div>\xd
	\x9\x9\x9\x9<br/>\xd\xa\xd\xa\x9		\x9<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 2% 0px 2%;position: relative" id="miniorange-auto-redirect">\xd\xa\x9		\x9<h3>Option 1: Auto-Redirection from site</h3>		
\x9	\x9	<div style="margin:2% 2% 2% 17px;">\xd\xa\x9			<form id="mo_saml_registered_only_access_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_registered_only_access_option"); 
    echo "<span>1. Enable this option if you want to restrict your site to only logged in users. The users will be redirected to your IdP if logged in session is not found.</span>\xd
	\x9\x9	\x9<br /><br/>\xd\xa	\x9\x9\x9	<input type="hidden" name="option" value="mo_saml_registered_only_access_option"/>
\xa	\x9	\x9\x9<label class="switch">
	\x9			<input type="checkbox" name="mo_saml_registered_only_access" value="true" "; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto Yea; 
    } 
    echo "disabled title="Disabled. Configure your Service Provider""; 
    Yea: 
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::REDIRECT_IDP) == "true"); 
    echo " onchange="document.getElementById('mo_saml_registered_only_access_form').submit();"/>\xd\xa				\x9	<span class="slider round"></span>
\xa\x9	\x9		</label><span style="padding-left:5px"><b>Redirect to IdP if user not logged in &nbsp; [PROTECT COMPLETE SITE]</b></span>\xd\xa	\x9\x9		<br/><br/>\xd\xa\x9		\x9\x9<div style="background-color:#CBCBCB;padding:2%;">\xd
\x9	\x9				\x9<span style="color:#FF0000;"><b>HOW DO I PROTECT SPECIFIC PAGES OF MY SITE?</b></span> <br/>"; 
    if (is_plugin_active("miniorange-page-restriction/Page-restriction.php")) { 
        goto AnP; 
    } 
    $Cs = "target="_blank" href="https://plugins.miniorange.com/wordpress-page-restriction""; 
    goto c5i; 
    AnP: 
    $Cs = "href="admin.php?page=page_restriction&tab=login_page_restriction""; 
    c5i: 
    echo "You can use our <a " . $Cs . "><b>Page Restriction</b></a> add-on to restrict users from accessing specific pages of your site.\xd
	\x9	\x9			\x9</div>
\xa\x9\x9\x9		<br><div hidden id="registered_only_access_desc" class="mo_saml_help_desc">
\xa	\x9	\x9			<span>Select this option if you want to restrict your site to only logged in users. Selecting this option will redirect the users to your IdP if logged in session is not found.</span>
\x9\x9				\x9</div>
	\x9	\x9	\x9</form><br/>\xd\xa
\xa\x9	\x9	\x9	<form id="mo_saml_force_authentication_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_force_authentication_option"); 
    echo "<span>2. It will force user to provide credentials on your IdP on each login attempt even if the user is already logged in to IdP. This option may require some additional setting in your IdP to force it depending on your Identity Provider.</span>\xd\xa					\x9\x9<br /><br />\xd
\x9\x9		\x9\x9\x9<input type="hidden" name="option" value="mo_saml_force_authentication_option"/>
\xa	\x9\x9\x9\x9	\x9\xd
	\x9\x9\x9	\x9	<label class="switch">\xd
\x9		\x9	\x9\x9<input type="checkbox" name="mo_saml_force_authentication" value="true""; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto Q00; 
    } 
    echo "disabled title="Disabled. Configure your Service Provider""; 
    Q00: 
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::FORCE_AUTHENTICATION) == "true"); 
    echo " onchange="document.getElementById('mo_saml_force_authentication_form').submit();"/>
		\x9		\x9\x9<span class="slider round"></span>
\x9\x9			\x9</label> 
\xa\x9\x9\x9\x9		<span style="padding-left:5px"><b>Force authentication with your IdP on each login attempt</b></span>
\xa\x9\x9		\x9		<br><div hidden id="force_authentication_with_idp_desc" class="mo_saml_help_desc">
\x9\x9	\x9\x9\x9	<span>It will force user to provide credentials on your IdP on each login attempt even if the user is already logged in to IdP. This option may require some additional setting in your IdP to force it depending on your Identity Provider.</span>
\xa		\x9			</div>\xd\xa		\x9\x9\x9</form><br/>
\x9\x9			\xd
					<form id="mo_saml_enable_rss_access_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_enable_rss_access_option"); 
    echo "<input type="hidden" name="option" value="mo_saml_enable_rss_access_option"/>
					<label class="switch">\xd
		\x9\x9	<input type="checkbox" name="mo_saml_enable_rss_access" value="true""; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto GDS; 
    } 
    echo "disabled title="Disabled. Configure your Service Provider""; 
    GDS: 
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ENABLE_ACCESS_RSS) == "true"); 
    echo " onchange="document.getElementById('mo_saml_enable_rss_access_form').submit();"/>\xd\xa\x9\x9\x9	\x9<span class="slider round"></span>
\xa	\x9\x9		\x9</label><span style="padding-left:5px"><b>Enable access to RSS Feeds</b></span><br><br>\xd\xa		\x9\x9</form>\xd\xa	\x9\x9	</div>\xd\xa\x9	\x9\x9</div> <br/>
\xd\xa	\x9	<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 2% 0px 2%;position: relative" id="miniorange-auto-redirect-login-page">
\x9\x9\x9	<h3>Option 2: Auto-Redirection from WordPress Login</h3>\xd
\x9		\x9<div style="margin:2% 2% 2% 17px;">
\xa            <span>1. Enable this option if you want the users visiting any of the following URLs to get redirected to your configured IdP for authentication:</span>\xd\xa                <br/><code><b> " . wp_login_url() . "</b></code> or\xd
                <code><b> " . admin_url() . "</b></code><br /><br/>\xd
\x9		\x9<form id="mo_saml_enable_redirect_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_enable_login_redirect_option"); 
    echo "<input type="hidden" name="option" value="mo_saml_enable_login_redirect_option"/>\xd
				<label class="switch">
\xa	\x9\x9\x9<input type="checkbox" name="mo_saml_enable_login_redirect" value="true""; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto zy8; 
    } 
    echo " disabled "; 
    zy8: 
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::AUTO_REDIRECT) == "true"); 
    echo " onchange="document.getElementById('mo_saml_enable_redirect_form').submit();"/>
\x9	\x9	\x9<span class="slider round"></span>
\xa\x9	\x9	\x9	</label><span style="padding-left:5px"><b>Redirect to IdP from WordPress Login Page</b></span>\xd
            <br /><br/>\xd\xa		\x9</form>
            <span>2. Enable this option to create a backdoor, using which you can login to your website using WordPress credentials, incase you get locked out of your IDP.</span>\xd\xa\x9\x9	<br/><form id="mo_saml_allow_wp_signin_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_allow_wp_signin_option"); 
    echo "<input type="hidden" name="option" value="mo_saml_allow_wp_signin_option"/>\xd\xa			<p>
\xa	\x9\x9<label class="switch">\xd\xa	\x9	<input type="checkbox" name="mo_saml_allow_wp_signin" value="true" "; 
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ALLOW_WP_SIGNIN) == "true"); 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::AUTO_REDIRECT) != "true" || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto jcN; 
    } 
    echo " disabled "; 
    jcN: 
    $TS = get_option(Mo_Saml_Options_Enum_Sso_Login::BACKDOOR_URL) ? get_option(Mo_Saml_Options_Enum_Sso_Login::BACKDOOR_URL) : "false"; 
    echo " onchange="document.getElementById('mo_saml_allow_wp_signin_form').submit();"/>\xd
\x9\x9	<span class="slider round"></span>\xd
\x9\x9\x9\x9\x9\x9</label><span style="padding-left:5px"><b>Enable backdoor login</b></span><br/>\xd\xa				\x9\x9		\x9<br/><i>
\x9				\x9\x9		<table width="100%">
\xa\x9		\x9\x9		\x9	<tr>
\xa		\x9	\x9\x9	\x9	<td style="display:block;"><b>Backdoor URL:</b><br/>(Please note it down) </td>
				\x9		\x9	<td><div style="background-color:#ededed;padding:1%;display:block;"><b> " . site_url() . "/wp-login.php?saml_sso=<input style="width:150px" type="text" id="backdoor_url" name="mo_saml_backdoor_url" "; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::ALLOW_WP_SIGNIN) != "true")) { 
        goto vYi; 
    } 
    echo "disabled"; 
    vYi: 
    echo " value="" . $TS . ""></b>
                                    <i class="mo_copy copytooltip" onclick="copyBackdoorUrl(this);">\xd\xa                                    <svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M502.6 70.63l-61.25-61.25C435.4 3.371 427.2 0 418.7 0H255.1c-35.35 0-64 28.66-64 64l.0195 256C192 355.4 220.7 384 256 384h192c35.2 0 64-28.8 64-64V93.25C512 84.77 508.6 76.63 502.6 70.63zM464 320c0 8.836-7.164 16-16 16H255.1c-8.838 0-16-7.164-16-16L239.1 64.13c0-8.836 7.164-16 16-16h128L384 96c0 17.67 14.33 32 32 32h47.1V320zM272 448c0 8.836-7.164 16-16 16H63.1c-8.838 0-16-7.164-16-16L47.98 192.1c0-8.836 7.164-16 16-16H160V128H63.99c-35.35 0-64 28.65-64 64l.0098 256C.002 483.3 28.66 512 64 512h192c35.2 0 64-28.8 64-64v-32h-47.1L272 448z" />\xd
                                    </svg>
                                    <span id="backdoor_url_copy" class="copytooltiptext">Copy to Clipboard</span>\xd\xa                                    </i>\xd\xa\x9		\x9\x9	\x9	\x9</div></td></tr></table><div style="display:block;text-align:center; margin:2%;"><input type="submit" value="Update" class="button button-primary" "; 
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) { 
        goto Jd1; 
    } 
    echo " disabled "; 
    Jd1: 
    echo "></div></i></span>
\xa\x9\x9\x9\x9\x9\x9\x9\x9<div style="background-color:#CBCBCB;padding:1%;">
\x9				\x9			<span style="color:#FF0000;">WARNING:</span> Checking the above option will <b>open a security hole</b>. Anybody knowing the above URL will be able to login to your website using WordPress Credentials. <b>Please do not share this URL.</b>\xd\xa\x9\x9				\x9\x9</div>\xd
\x9\x9\x9	\x9\x9	</p>\xd
\x9	\x9\x9		</form>
\x9				</div>
\x9\x9	\x9\x9</div>\xd\xa\x9\x9	\x9\x9<br/>
\x9\x9\x9\x9\x9<script>
\x9			\x9function copyBackdoorUrl(copyButton){
\xa\x9				\x9var temp = jQuery("<input>");
\x9\x9		\x9\x9jQuery("body").append(temp);
\xa\x9	\x9\x9		temp.val("" . site_url() . "/wp-login.php?saml_sso=" + jQuery("#backdoor_url").val()).select();\xd\xa			\x9		document.execCommand("copy");
\xa		\x9		\x9temp.remove();
\x9		\x9\x9\x9jQuery("#backdoor_url_copy").text("Copied");\xd
\xd\xa	\x9\x9			jQuery(copyButton).mouseout(function(){\xd
			\x9\x9\x9	jQuery("#backdoor_url_copy").text("Copy to Clipboard");\xd\xa		\x9		\x9});\xd
		\x9\x9	}
	\x9		\x9</script>\xd
\x9			<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 2% 0px 2%;position: relative" id="minorange-use-widget">\xd
		\x9	\x9<h3><b>Option 3: Login button</b></h3>
\xa	\x9\x9\x9	<div style="margin:2% 0 2% 17px;">"; 
    mo_saml_add_sso_button_settings(); 
    echo "</div>
\xa				</div>
\x9\x9\x9	<br/>"; 
    echo "<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 2% 0px 2%;position: relative" id="minorange-use-widget">\xd
\x9	\x9<h3><b>Option 4: SSO Links</b></h3>\xd\xa			<div style="margin:2% 0 2% 17px;">\xd
			<form id="mo_saml_widget_form" method="post" action="">"; 
    wp_nonce_field("mo_saml_widget_option"); 
    echo "<input type="hidden" name="option" value="mo_saml_widget_option"/>
\xa	\x9\x9\xd\xa		\x9Configure the custom text that will be applied to the <b>SSO links</b>, which you can add on your site using the following options:\xd\xa            <br/><br/>\xd
            <div style="padding-left:8px">\xd
	\x9	<b>Widget:</b><br/>"; 
    global $wp_version; 
    if ($wp_version < "5.8") { 
        goto nA4; 
    } 
    echo "                <ol>\xd\xa                    <li>"; 
    _e("Go to Appearances", "miniorange-saml-20-single-sign-on"); 
    echo " > <a href=""; 
    echo esc_url(get_admin_url()) . "widgets.php"; 
    echo "">"; 
    _e("Widgets", "miniorange-saml-20-single-sign-on"); 
    echo ".</a></li>\xd
                    <li>Click on Add Block ("+" sign) at the top left corner, besides the heading Widgets</li>
                    <li>"; 
    echo sprintf(__("In the search box, search for "Login with %s", and drag and drop this block to your favourite location.", "miniorange-saml-20-single-sign-on"), esc_html(LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME))); 
    echo "</li>\xd\xa                    <li>Click on the "Update" button at the top right to save the widget settings.</li>
\xa                </ol>\xd
                "; 
    goto bWy; 
    nA4: 
    echo "\xd
                <ol>\xd
                    <li>  Go to <span><a href="" . get_admin_url() . "widgets.php" >Widgets</a></span></li>
\xa                    <li>Select "Login with " . LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME) . "", drag and drop to your\xd
                    favourite location and save.</li>
                </ol>"; 
    bWy: 
    echo "\xd
\x9		<br/>
\xa\x9\x9	<b>Shortcode:</b><br/><br/>\xd\xa		\x9<div id="mo_saml_add_shortcode_steps" >
			<table style="padding-left:8px"><tr><td width="20%">1. For PHP page:</td>
		\x9<td><code>echo do_shortcode('[MO_SAML_FORM]'); </code></td>
\x9		</tr>
\xa\x9\x9	<tr><td><br/></td></tr>
	\x9	<tr><td style="display:block;">2. For HTML page:</td>
		\x9<td><code>[MO_SAML_FORM]</code><br/><b style="padding-left:40px">OR</b><br/><code>"; 
    echo "&lt;a href="" . $i8 . "/?option=saml_user_login"&gt;"; 
    $p1 = "Login with " . LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME); 
    if (!get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON)) { 
        goto ce3; 
    } 
    $p1 = get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON); 
    ce3: 
    $t2 = LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME); 
    $p1 = str_replace("##IDP##", $t2, $p1); 
    echo $p1 . "&lt;/a&gt"; 
    echo "</code></td></tr>
\x9\x9\x9\xd
            </table>
			</div>\xd
		\x9
\xa\x9\x9\x9</br>
\xa	\x9\x9<b>Logout:</b>
			<table style="padding-left:8px"><tr><td width="20%">\xd
\x9\x9\x9\x9<tr><td><br/></td></tr>\xd
\x9	\x9	<tr><td style="display:block;">1. For HTML page:</td>
\xa	\x9	\x9<td><code>"; 
    echo " &lt;a href="" . esc_url($i8) . "/?option=saml_user_logout"&gt;"; 
    $p1 = "Logout"; 
    echo $p1 . "&lt;/a&gt"; 
    echo "</td></tr></table>
\xa\xd

\xa            </div><br/>\xd
            <hr><br/>
\x9	\x9\xd\xa	\x9<table width="100%">\xd\xa		\x9<tr>
\xa\x9\x9\x9<td><b>Login text:</b></td>"; 
    $Wi = LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME); 
    if (!empty($Wi)) { 
        goto vbU; 
    } 
    $Wi = "##IDP##"; 
    vbU: 
    echo "<td><input type="text" id="mo_saml_custom_login_text" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " style="width:330px; height:30px; auto;" name="mo_saml_custom_login_text" placeholder ="Login with " . $Wi . "" value="" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON)) . ""></td>\xd\xa	\x9	</tr>

\x9\x9	<tr>\xd
	\x9\x9<td><b>Greeting text:</b></td>\xd\xa\x9		<td><input type="text" id="mo_saml_custom_greeting_text" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " style="width:160px; height:30px; auto; vertical-align:middle;" name="mo_saml_custom_greeting_text" placeholder="Hello," value="" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_TEXT)) . "">&nbsp\xd
\x9		<select name="mo_saml_greeting_name" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " id="mo_saml_greeting_name" style="width:160px;height:30px; auto;">\xd\xa		\x9	<option value="USERNAME""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "USERNAME")) { 
        goto OZx; 
    } 
    echo "selected="selected""; 
    OZx: 
    echo ">Username</option>
\xa	\x9\x9	\x9\x9	<option value="EMAIL""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "EMAIL")) { 
        goto A0B; 
    } 
    echo "selected="selected""; 
    A0B: 
    echo ">Email</option>\xd
		\x9\x9			<option value="FNAME""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "FNAME")) { 
        goto r8w; 
    } 
    echo "selected="selected""; 
    r8w: 
    echo ">FirstName</option>\xd
\x9\x9\x9			\x9<option value="LNAME""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "LNAME")) { 
        goto I8K; 
    } 
    echo "selected="selected""; 
    I8K: 
    echo ">LastName</option>
\xa\x9	\x9		\x9	<option value="FNAME_LNAME""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "FNAME_LNAME")) { 
        goto l8R; 
    } 
    echo "selected="selected""; 
    l8R: 
    echo ">FirstName LastName</option>\xd\xa		\x9\x9\x9\x9	<option value="LNAME_FNAME""; 
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "LNAME_FNAME")) { 
        goto RSk; 
    } 
    echo "selected="selected""; 
    RSk: 
    echo ">LastName FirstName</option>
\xa\x9	\x9</select></td>
		\x9</tr>

\xa\x9\x9\x9<tr>\xd\xa			<td><b>Logout text:</b></td>\xd
	\x9	<td><input type="text" id="mo_saml_custom_logout_text" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " style="width:330px; height:30px; auto;" name="mo_saml_custom_logout_text" placeholder ="Logout" value="" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGOUT_BUTTON)) . ""></td>\xd
			</tr>
\xa\x9\x9\x9</table>
\xa	\x9\x9<div style="display:block;text-align:center; margin:2%;">
\xa	\x9\x9<input type="submit" value="Update" " . Mo_Saml_License_Utility::is_customer_license_valid(true) . " class="button button-primary" " . mo_saml_is_sp_configured(true) . "/></div></form>
\x9	\x9\xd
\x9\x9	</div>\xd\xa\x9		</div>"; 
    aAE: 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * This file is a part of the miniorange-saml-20-single-sign-on plugin.
 *
 * @link https://plugins.miniorange.com/
 * @author miniOrange
 * @package miniorange-saml-20-single-sign-on
 */


function mo_saml_general_login_page()
{
    $i8 = get_option(Mo_Saml_Options_Enum_Identity_Provider::SP_BASE_URL);
    if (!empty($i8)) {
        goto F2e;
    }
    $i8 = home_url();
    F2e:
    if (!(mo_saml_is_customer_registered_saml() && Mo_Saml_License_Utility::is_customer_license_valid(false, false))) {
        goto aAE;
    }
    echo "\74\144\x69\166\40\163\164\171\x6c\x65\x3d\42\x62\x61\x63\x6b\x67\x72\157\x75\156\x64\55\x63\157\154\157\162\x3a\43\106\106\x46\106\x46\x46\x3b\x20\x62\x6f\x72\x64\x65\x72\x3a\61\x70\170\40\163\157\x6c\x69\144\40\43\x43\x43\x43\103\103\x43\73\40\x70\141\x64\x64\x69\156\147\72\60\160\x78\40\x32\x25\x20\x30\x70\x78\x20\x32\45\73\x22\76\15\12\x9\11\x9\x9\74\x68\x33\x3e\123\x53\x4f\x20\x4c\x6f\147\x69\156\40\x4f\160\164\x69\157\x6e\x73\74\x2f\x68\x33\76\x3c\150\162\76";
    echo "\133\x26\x6e\x62\x73\160\x3b\x3c\141\x20\150\x72\x65\146\x3d\x22\x68\x74\164\x70\x73\x3a\57\57\144\x65\x76\145\154\x6f\160\145\x72\x73\x2e\x6d\151\156\x69\157\162\141\156\147\145\56\143\157\155\x2f\144\x6f\143\163\x2f\163\x61\155\x6c\x2f\x77\157\x72\144\x70\x72\145\x73\163\57\122\145\x64\x69\162\x65\x63\x74\151\x6f\156\55\123\123\117\x22\40\x74\141\x72\147\x65\x74\x3d\x22\137\x62\x6c\141\x6e\x6b\x22\76\103\x6c\x69\143\153\40\x68\145\162\x65\x3c\x2f\141\x3e\40\x74\157\x20\153\156\157\167\x20\150\x6f\x77\x20\164\150\151\163\40\151\163\40\x75\163\x65\146\x75\154\x2e\x20\135";
    echo "\74\x66\157\162\x6d\x20\151\144\x3d\42\x6d\157\x5f\163\x61\x6d\x6c\137\162\x65\x6c\x61\171\137\x73\x74\141\x74\x65\137\146\x6f\162\x6d\42\x20\x6d\x65\164\x68\x6f\x64\75\42\160\157\163\x74\42\x20\141\x63\x74\x69\157\156\x3d\42\42\x3e";
    wp_nonce_field("\155\157\x5f\163\x61\x6d\x6c\x5f\162\145\x6c\141\171\137\163\164\141\x74\x65\137\x6f\x70\x74\151\x6f\156");
    echo "\74\x69\156\160\x75\x74\x20\x74\x79\160\145\75\x22\x68\x69\x64\x64\x65\156\x22\x20\156\x61\155\x65\75\x22\157\x70\164\x69\x6f\156\42\x20\x76\141\154\x75\145\75\x22\155\x6f\x5f\163\141\x6d\x6c\x5f\162\x65\154\x61\x79\137\163\164\141\x74\x65\137\157\160\164\x69\157\156\42\x2f\x3e\xd\xa\11\x9\11\x9\11\x9\74\x74\x61\142\x6c\x65\x3e";
    check_plugin_state();
    echo "\xd\xa\x9\x9\x9\11\x9\11\x3c\164\162\x3e\xd\12\x9\x9\11\11\11\x9\11\x3c\164\x64\76\74\142\162\x2f\76\74\x2f\164\144\76\x9\x20\15\12\x9\x9\x9\x9\x9\11\74\x2f\x74\162\x3e\15\xa\11\x9\11\x9\11\11\74\x74\x72\76\xd\12\11\11\11\11\11\x9\x20\x20\40\x20\74\x74\144\40\x63\157\154\x73\160\x61\156\75\x22\x32\42\76\15\xa\x9\11\11\11\x9\11\40\40\40\40\x45\x6e\x61\142\154\145\x20\x74\150\145\40\x66\x6f\154\x6c\157\x77\151\x6e\147\x20\157\160\x74\x69\157\156\x20\164\157\x20\x73\145\156\x64\40\141\142\x73\157\x6c\x75\164\x65\x20\x55\x52\114\x20\151\x6e\x20\164\150\x65\x20\x52\145\154\141\x79\40\x53\x74\x61\164\x65\x20\50\74\151\x3e\106\157\162\40\145\170\141\x6d\x70\x6c\145\x3a\x20\x68\164\x74\160\x73\x3a\57\x2f\x77\160\x2d\163\151\164\x65\x2d\165\162\154\x2f\x73\x61\155\160\154\x65\x2d\x70\x61\147\145\x3c\57\x69\76\x29\x2e\xd\xa\x9\x9\11\11\x9\11\x20\40\40\x20\74\142\162\57\76\x20\x42\x79\x20\144\145\x66\141\x75\x6c\x74\x2c\40\164\150\x65\40\x70\154\165\x67\151\x6e\x20\163\145\156\x64\x73\40\162\145\x6c\141\x74\151\166\x65\40\x55\122\114\x20\151\156\40\164\x68\x65\40\x52\145\154\141\171\x20\123\164\x61\164\x65\40\x28\x3c\x69\76\106\157\x72\40\145\x78\141\x6d\160\x6c\x65\72\40\57\x73\141\155\160\x6c\x65\55\160\x61\x67\145\74\x2f\x69\x3e\x29\x2e\15\12\x9\11\11\x9\x9\11\40\x20\x20\40\x3c\x62\162\x2f\76\74\142\162\57\x3e\xd\xa\x9\11\11\x9\11\x9\x20\40\40\40\x3c\142\76\116\117\124\105\x3a\40\x3c\57\142\x3e\x20\x59\x6f\165\x20\x63\x61\x6e\x20\145\x6e\141\x62\x6c\x65\40\164\x68\x69\163\40\x6f\x70\x74\x69\x6f\x6e\x20\x69\146\40\171\x6f\x75\x20\167\141\156\x74\x20\164\157\40\x64\x65\x65\160\55\154\x69\156\x6b\x20\x69\156\x74\157\x20\x61\x20\x74\x68\x69\x72\144\x20\160\x61\x72\x74\171\40\x61\160\160\x6c\151\x63\141\x74\x69\157\x6e\x2e\15\12\x9\x9\x9\x9\x9\11\40\40\x20\40\x3c\142\x72\x2f\76\74\x62\162\x2f\x3e\15\12\11\x9\x9\x9\11\x9\40\40\x20\40\74\x6c\141\142\145\154\x20\x63\154\141\163\163\x3d\42\x73\x77\151\164\143\150\x22\x3e\xd\xa\x9\11\11\x9\x9\11\x9\x3c\151\156\160\165\x74\40\x74\x79\160\x65\x3d\x22\x63\x68\x65\x63\x6b\142\x6f\170\42\x20\156\141\x6d\145\75\x22\x6d\157\x5f\x73\x61\155\x6c\137\x73\145\156\144\137\141\x62\x73\x6f\x6c\165\x74\145\x5f\162\145\x6c\141\x79\x5f\x73\x74\x61\164\145\x22\40\x69\x64\75\x22\155\x6f\x5f\163\x61\155\x6c\137\x73\x65\156\x64\x5f\141\142\163\157\154\x75\x74\x65\137\162\145\x6c\141\x79\137\x73\164\141\x74\145\42\40" . (Mo_Saml_License_Utility::is_customer_license_valid(false, false) && mo_saml_is_sp_configured() ? checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ABSOLUTE_RELAY_STATE), true, false) : "\x64\x69\x73\141\x62\154\145\144") . "\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x3c\x73\x70\x61\x6e\x20\143\x6c\x61\x73\x73\75\x22\163\154\x69\144\145\x72\x20\x72\x6f\165\x6e\144\x22\x3e\x3c\x2f\x73\160\141\156\x3e\xd\12\x20\x20\40\x20\x20\x20\40\x20\11\11\x9\x9\11\74\x2f\154\x61\x62\x65\154\76\74\x73\x70\x61\156\x20\x73\x74\x79\x6c\145\75\42\x70\x61\144\x64\151\156\147\55\x6c\x65\146\164\72\65\160\x78\42\76\74\x62\x3e\125\x73\x65\x20\101\142\163\x6f\154\x75\x74\x65\40\x55\122\x4c\163\x20\x66\157\x72\x20\122\x65\x6c\141\x79\40\123\164\x61\x74\x65\74\57\142\76\x3c\57\163\x70\x61\156\x3e\15\12\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\74\142\162\x2f\x3e\x3c\x62\162\x2f\x3e\15\12\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\74\x2f\164\144\76\15\xa\x9\x9\x9\x9\x9\11\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\74\57\164\162\76\xd\12\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x3c\164\162\x3e\x3c\x74\144\x20\x63\x6f\154\x73\160\141\x6e\x3d\42\62\x22\76\x3c\x68\63\76\x43\157\156\146\151\147\165\162\x65\40\144\x65\x66\x61\x75\x6c\164\x20\122\145\154\x61\x79\x20\123\x74\141\x74\x65\40\x55\x52\x4c\x73\x3a\x3c\57\x68\x33\76\x3c\x62\x72\57\76\x3c\x2f\x74\144\76\74\57\x74\162\x3e\xd\12\11\11\11\11\11\x9\15\12\x9\x9\x9\x9\11\11\x9\74\164\162\x3e\15\12\11\11\11\11\11\11\11\11\x3c\x74\x64\x20\167\151\x64\164\x68\x3d\42\x32\x30\x25\x22\x3e\122\145\154\141\x79\40\x53\x74\x61\164\145\x20\125\122\114\72\x3c\x2f\164\x64\76\15\xa\x9\x9\11\11\x9\11\11\x9\x3c\x74\144\x20\167\151\144\x74\150\75\42\70\x30\45\42\x3e\74\151\156\160\165\164\x20\x74\x79\160\145\75\42\165\x72\154\x22\x20\x6e\x61\155\145\x3d\x22\155\157\137\x73\x61\155\154\x5f\x72\x65\x6c\x61\x79\137\x73\164\141\x74\x65\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\163\164\171\x6c\145\x3d\x22\167\x69\x64\164\150\72\71\60\45\x3b\42\40" . mo_saml_is_sp_configured(true) . "\x20\x70\154\x61\143\x65\x68\x6f\x6c\x64\x65\x72\75\x22\105\x6e\x74\x65\162\40\x61\40\166\141\x6c\x69\x64\40\125\x52\114\40\x28\x45\x78\141\155\160\x6c\145\40\72\40" . esc_url($i8) . "\x29\x22\40\x76\141\x6c\165\145\75\x22" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::RELAY_STATE)) . "\x22\x2f\76\x3c\142\162\x20\x2f\76\15\12\x9\11\x9\x9\x9\11\11\x9\74\57\x74\x64\76\xd\xa\x9\11\11\11\11\11\11\x3c\57\x74\x72\x3e\xd\xa\x9\11\11\x9\x9\11\x9\74\x74\162\x3e\xd\xa\x9\11\11\11\11\11\11\x9\74\x74\144\x3e\x3c\57\x74\144\76\xd\xa\11\x9\x9\11\x9\x9\11\x9\74\164\x64\76\125\x73\x65\x72\163\40\167\151\x6c\154\x20\x61\x6c\167\x61\x79\163\40\x62\145\40\162\x65\144\151\162\x65\143\164\x65\144\40\x74\157\40\164\150\151\x73\x20\x55\x52\114\40\x61\x66\164\145\162\x20\123\123\117\56\74\142\162\57\x3e\xd\12\11\11\11\11\11\11\11\x9\127\150\x65\156\40\154\145\146\164\x20\x62\154\141\156\153\54\40\164\150\x65\x20\x75\163\x65\162\163\x20\167\x69\154\154\40\x62\145\x20\x72\145\x64\x69\162\145\x63\164\145\x64\x20\x74\157\40\x74\x68\145\40\163\x61\x6d\145\x20\x70\141\147\x65\x20\x66\162\x6f\155\40\167\150\145\162\x65\40\x74\150\x65\x20\123\123\117\40\x77\x61\163\x20\x69\x6e\151\164\x69\141\164\145\144\x2e\x3c\x2f\x74\x64\x3e\15\xa\x9\x9\11\x9\x9\11\11\x9\74\164\144\x3e\74\x2f\x74\x64\x3e\15\xa\x9\x9\11\11\11\11\11\x3c\x2f\x74\x72\x3e\15\xa\11\x9\x9\x9\11\x9\x9\74\164\x72\76\x3c\x74\144\x3e\x3c\142\x72\57\76\74\x62\162\57\x3e\74\57\164\144\x3e\74\x2f\164\162\76\15\12\11\11\x9\11\x9\x9\x9\x3c\x74\x72\x3e\xd\xa\x9\x9\11\x9\x9\x9\11\11\x3c\x74\144\x20\167\151\144\x74\150\75\x22\x32\60\x25\42\x3e\x4c\x6f\147\x6f\165\164\x20\122\145\154\141\x79\40\x53\164\141\x74\145\40\x55\x52\x4c\x3a\74\x2f\164\x64\76\xd\12\x9\x9\x9\11\11\11\11\11\x3c\164\x64\40\x77\x69\x64\164\x68\75\x22\70\x30\x25\42\76\x3c\151\x6e\x70\165\164\40\164\171\160\145\75\42\x75\162\154\42\x20\156\x61\155\145\75\x22\155\157\x5f\x73\141\155\154\x5f\x6c\x6f\147\157\x75\x74\137\162\145\154\x61\x79\137\x73\x74\x61\164\145\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\x73\164\171\x6c\145\75\42\x77\151\x64\164\x68\x3a\x39\x30\45\x3b\x22\40" . mo_saml_is_sp_configured(true) . "\x20\160\154\x61\143\x65\x68\157\154\x64\145\162\x3d\42\105\x6e\164\145\x72\x20\x61\x20\166\141\x6c\151\144\40\x55\x52\114\40\50\x45\x78\141\x6d\x70\x6c\x65\40\x3a\40" . esc_url($i8) . "\x29\42\40\x76\141\x6c\165\145\x3d\42" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::LOGOUT_RELAY_STATE)) . "\x22\x2f\x3e\74\142\x72\40\57\76\xd\12\11\x9\11\x9\x9\x9\x9\11\x3c\x2f\x74\144\x3e\xd\12\x9\x9\11\x9\x9\x9\x9\11\15\12\11\x9\11\x9\11\11\x9\74\x2f\164\162\76\15\xa\11\11\11\x9\x9\11\11\74\x74\x72\x3e\xd\12\x9\11\x9\11\11\11\x9\x9\74\x74\144\x3e\74\57\x74\144\x3e\xd\xa\x9\x9\11\11\11\11\11\x9\x3c\164\144\x3e\125\x73\x65\x72\x73\x20\167\x69\x6c\154\40\x61\x6c\x77\x61\171\163\40\x62\145\40\x72\x65\x64\151\x72\145\143\164\145\144\x20\x74\157\x20\x74\x68\151\163\x20\x55\122\x4c\40\141\x66\x74\145\x72\40\154\157\147\x67\x69\x6e\147\x20\x6f\165\x74\56\x3c\142\x72\x2f\x3e\xd\12\x9\11\11\x9\x9\x9\x9\11\x57\x68\x65\156\x20\154\145\x66\x74\40\x62\x6c\141\156\153\54\x20\x74\x68\145\40\165\163\145\162\x73\x20\x77\x69\154\x6c\40\142\x65\40\x72\x65\144\151\162\x65\x63\164\x65\144\x20\x74\157\x20\x74\x68\x65\40\163\x61\155\x65\x20\x70\141\147\x65\40\x66\162\157\x6d\40\x77\x68\145\162\x65\x20\164\x68\145\x20\x53\114\x4f\x20\x77\x61\x73\x20\x69\x6e\x69\x74\x69\141\x74\145\144\x2e\x3c\57\164\144\x3e\15\12\11\11\x9\11\x9\11\x9\x9\x3c\x74\144\76\x3c\x2f\x74\x64\x3e\xd\12\x9\x9\11\11\11\x9\x9\74\57\x74\x72\76\15\12\11\x9\x9\11\11\11\x9\74\164\162\76\74\x74\x64\40\143\x6f\x6c\163\x70\141\x6e\x3d\x22\x33\x22\76\xd\xa\11\11\x9\11\11\11\11\xd\12\11\x9\11\x9\11\11\x9\74\163\160\x61\x6e\x20\163\164\x79\x6c\145\x3d\42\x64\151\x73\x70\154\x61\171\x3a\x62\x6c\157\143\153\73\x74\145\x78\x74\x2d\141\x6c\x69\x67\156\x3a\40\143\145\156\x74\145\162\x3b\160\141\x64\x64\x69\156\x67\55\164\157\160\x3a\x20\62\x30\x70\170\x3b\42\x3e\74\x69\x6e\x70\x75\164\x20\164\171\x70\x65\x3d\x22\163\x75\142\155\x69\x74\42\40\x76\141\x6c\x75\145\75\42\125\x70\x64\x61\x74\x65\42\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x63\154\x61\x73\x73\75\x22\142\165\164\x74\157\x6e\x20\x62\165\x74\164\x6f\x6e\x2d\x70\x72\151\155\141\x72\171\40\x62\165\164\x74\157\x6e\x2d\154\141\x72\147\145\x22\40" . mo_saml_is_sp_configured(true) . "\x20\x2f\x3e\74\57\x73\x70\x61\156\x3e\15\xa\74\x2f\x74\x64\x3e\x3c\x2f\x74\162\x3e\15\xa\x9\11\11\x9\x9\11\x9\xd\12\11\x9\11\11\x9\x9\x3c\57\164\x61\x62\x6c\145\76\xd\xa\x9\11\x9\x9\11\x3c\57\x66\x6f\x72\x6d\76\x3c\142\162\x2f\x3e\xd\xa\x9\11\11\11\x9\15\xa\x9\11\x9\11\11\x3c\x62\162\x2f\x3e\xd\xa\11\x9\11\11\11\xd\xa\x9\x9\11\x9\11\x3c\57\x64\x69\x76\x3e\xd\12\11\x9\x9\x9\x9\x3c\x62\162\57\x3e\xd\xa\xd\xa\x9\11\11\x9\x3c\144\151\x76\x20\163\x74\171\x6c\145\75\42\x62\141\143\x6b\147\162\157\x75\x6e\x64\x2d\x63\x6f\x6c\157\x72\72\x23\106\106\x46\x46\106\x46\73\x20\x62\x6f\162\x64\145\x72\72\61\160\170\x20\163\x6f\154\x69\x64\40\43\103\103\x43\103\x43\x43\73\x20\160\x61\x64\x64\151\x6e\x67\x3a\x30\160\170\x20\x32\45\40\60\x70\170\x20\62\45\x3b\x70\157\163\x69\x74\151\157\x6e\72\40\162\145\x6c\141\x74\x69\166\x65\42\x20\151\144\75\42\155\151\x6e\151\x6f\x72\141\x6e\147\145\x2d\141\x75\x74\x6f\55\162\x65\144\x69\162\x65\x63\x74\x22\x3e\xd\xa\x9\11\11\x9\x3c\x68\x33\76\x4f\160\164\151\157\156\x20\61\72\40\x41\x75\x74\157\x2d\x52\x65\x64\151\x72\145\143\x74\151\157\x6e\x20\146\162\x6f\x6d\40\x73\x69\164\x65\74\57\x68\x33\x3e\11\11\15\12\x9\11\x9\11\x3c\x64\151\166\x20\163\x74\171\x6c\x65\x3d\42\x6d\x61\x72\x67\x69\x6e\x3a\62\x25\x20\62\x25\40\62\x25\40\61\67\x70\170\73\42\76\xd\xa\x9\11\11\11\74\146\157\x72\155\40\x69\144\75\x22\x6d\x6f\137\x73\141\x6d\x6c\x5f\162\145\x67\151\x73\164\145\162\x65\144\x5f\157\x6e\154\x79\x5f\141\x63\x63\145\x73\x73\x5f\146\x6f\162\x6d\x22\40\x6d\145\x74\150\x6f\x64\x3d\x22\x70\x6f\163\164\x22\40\x61\x63\x74\x69\x6f\156\75\x22\42\76";
    wp_nonce_field("\x6d\x6f\137\163\x61\x6d\154\x5f\162\145\147\x69\163\x74\x65\x72\x65\144\137\157\x6e\x6c\171\x5f\x61\x63\x63\145\163\x73\137\157\x70\164\151\x6f\156");
    echo "\x3c\x73\x70\141\x6e\76\x31\56\40\105\x6e\141\x62\154\x65\x20\x74\150\151\x73\x20\157\160\x74\x69\x6f\x6e\40\151\x66\x20\171\157\165\40\167\x61\x6e\x74\40\164\x6f\x20\162\x65\x73\164\162\x69\143\164\x20\x79\x6f\165\162\x20\163\x69\x74\x65\x20\164\157\40\157\x6e\x6c\171\x20\x6c\x6f\x67\147\145\x64\x20\x69\x6e\40\165\x73\x65\162\x73\x2e\x20\124\x68\145\40\x75\163\x65\162\x73\x20\167\151\x6c\x6c\40\x62\x65\40\x72\145\144\151\x72\x65\143\x74\145\144\40\x74\157\40\x79\157\165\162\40\111\x64\120\x20\151\146\40\x6c\x6f\147\147\145\x64\40\x69\156\x20\163\x65\163\x73\151\157\x6e\40\x69\x73\40\x6e\157\x74\40\x66\x6f\x75\156\144\56\x3c\57\x73\x70\x61\x6e\x3e\xd\12\11\x9\x9\11\x9\x3c\142\x72\40\x2f\76\x3c\x62\x72\x2f\76\xd\xa\11\x9\x9\x9\11\x3c\x69\x6e\x70\165\x74\40\164\x79\x70\145\x3d\x22\x68\151\144\144\x65\x6e\42\x20\x6e\x61\x6d\x65\75\x22\x6f\160\164\x69\157\156\42\40\166\x61\x6c\x75\145\x3d\x22\x6d\x6f\137\x73\141\x6d\x6c\137\162\145\x67\151\163\x74\145\x72\145\x64\x5f\x6f\156\x6c\x79\137\141\x63\143\145\x73\x73\137\x6f\160\164\151\157\x6e\x22\57\76\15\xa\11\x9\11\x9\x9\74\x6c\141\142\145\x6c\x20\x63\154\141\163\163\75\42\x73\x77\151\x74\x63\150\42\x3e\15\12\11\x9\11\11\11\x3c\151\156\x70\x75\164\x20\x74\x79\160\145\x3d\x22\x63\x68\x65\x63\x6b\x62\x6f\x78\x22\x20\156\x61\155\145\x3d\x22\x6d\157\137\x73\x61\x6d\154\x5f\x72\145\147\151\163\x74\145\x72\145\x64\137\157\x6e\154\171\137\x61\143\x63\x65\163\163\x22\x20\x76\141\154\x75\145\75\x22\164\x72\165\x65\x22\x20";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto Yea;
    }
    echo "\144\x69\163\x61\142\x6c\x65\x64\40\164\x69\164\154\x65\75\42\104\151\x73\141\142\154\145\144\56\40\103\x6f\156\146\x69\147\165\x72\145\x20\171\x6f\x75\x72\40\x53\x65\162\x76\151\143\x65\x20\x50\x72\157\166\x69\144\145\x72\42";
    Yea:
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::REDIRECT_IDP) == "\164\x72\165\145");
    echo "\40\157\x6e\143\x68\141\156\x67\x65\x3d\x22\144\157\143\165\x6d\145\156\x74\56\x67\x65\164\105\154\145\x6d\x65\156\164\x42\x79\x49\144\50\47\155\x6f\x5f\163\141\x6d\154\137\x72\x65\x67\151\163\x74\x65\162\x65\x64\x5f\157\156\154\171\x5f\x61\143\x63\145\x73\163\x5f\x66\157\162\x6d\x27\51\x2e\163\165\x62\155\x69\164\50\51\73\x22\x2f\76\xd\xa\11\11\11\11\x9\11\x3c\x73\160\141\156\40\x63\x6c\x61\x73\x73\x3d\x22\x73\x6c\x69\144\x65\x72\40\162\157\165\156\x64\42\x3e\74\x2f\x73\160\x61\156\x3e\15\xa\x9\11\x9\11\11\74\57\x6c\x61\x62\x65\x6c\x3e\74\163\160\x61\x6e\40\163\x74\171\154\x65\x3d\x22\160\141\x64\x64\x69\156\147\x2d\x6c\x65\x66\164\x3a\x35\160\x78\x22\76\74\x62\x3e\x52\145\x64\x69\162\x65\x63\164\40\164\157\x20\111\144\x50\40\151\146\40\165\x73\x65\x72\x20\156\x6f\x74\40\154\x6f\x67\147\145\x64\40\151\156\40\x26\x6e\x62\x73\160\73\40\133\120\122\x4f\x54\x45\103\x54\40\x43\117\115\120\114\x45\124\x45\x20\x53\x49\x54\x45\135\74\57\142\76\74\57\x73\160\x61\156\76\xd\xa\11\x9\x9\11\11\x3c\142\x72\x2f\x3e\74\x62\162\57\76\xd\xa\x9\11\11\x9\x9\x3c\x64\151\x76\x20\163\x74\171\x6c\x65\x3d\x22\142\141\x63\x6b\147\162\157\x75\x6e\144\x2d\143\x6f\154\157\x72\x3a\x23\103\102\x43\x42\x43\x42\73\160\x61\x64\x64\151\156\147\x3a\x32\45\73\42\76\xd\12\x9\11\x9\11\11\11\11\x9\74\x73\160\x61\156\40\163\x74\171\154\145\x3d\42\143\x6f\x6c\157\x72\x3a\43\x46\x46\x30\x30\x30\x30\x3b\x22\76\x3c\x62\76\x48\117\x57\x20\104\x4f\x20\x49\x20\x50\x52\x4f\124\x45\103\124\40\123\x50\x45\103\111\x46\x49\x43\x20\x50\101\x47\x45\123\40\117\x46\x20\x4d\131\40\x53\111\124\x45\77\x3c\x2f\142\76\74\x2f\x73\x70\141\156\x3e\x20\74\142\x72\x2f\76";
    if (is_plugin_active("\155\151\x6e\x69\157\x72\141\x6e\x67\x65\55\160\x61\x67\x65\x2d\162\145\163\x74\x72\x69\x63\164\x69\x6f\156\x2f\x50\x61\x67\x65\55\x72\x65\x73\164\162\151\143\x74\151\x6f\156\56\160\150\160")) {
        goto AnP;
    }
    $Cs = "\x74\x61\162\147\145\164\75\x22\x5f\142\154\141\x6e\153\x22\x20\x68\162\x65\146\75\42\150\x74\164\160\163\x3a\x2f\x2f\x70\154\165\147\151\156\163\x2e\155\x69\x6e\x69\157\x72\x61\156\x67\x65\x2e\143\157\x6d\57\167\157\x72\x64\160\162\145\163\x73\55\160\x61\x67\145\x2d\162\145\x73\x74\162\x69\x63\164\x69\x6f\156\x22";
    goto c5i;
    AnP:
    $Cs = "\150\162\x65\146\75\42\141\x64\x6d\x69\156\x2e\x70\x68\x70\x3f\x70\x61\147\145\x3d\x70\x61\147\145\x5f\162\145\x73\164\162\151\143\164\151\157\x6e\x26\164\x61\x62\75\154\x6f\147\151\156\137\x70\141\x67\x65\x5f\x72\x65\x73\164\x72\x69\x63\164\151\x6f\156\x22";
    c5i:
    echo "\131\x6f\x75\x20\x63\x61\x6e\40\x75\x73\145\40\157\x75\162\40\x3c\141\x20" . $Cs . "\x3e\x3c\142\x3e\120\141\147\x65\40\x52\x65\x73\x74\x72\151\x63\164\151\157\156\x3c\57\x62\x3e\x3c\x2f\141\x3e\x20\x61\x64\x64\x2d\x6f\156\40\x74\157\x20\x72\x65\x73\164\x72\151\x63\164\x20\x75\163\145\162\163\40\146\162\x6f\x6d\40\141\143\143\x65\163\163\x69\156\x67\x20\163\160\x65\x63\x69\146\x69\143\x20\x70\x61\x67\145\x73\40\x6f\x66\x20\171\x6f\165\162\x20\163\x69\164\145\56\xd\12\11\x9\11\x9\11\11\11\x9\74\57\144\151\166\x3e\15\xa\x9\x9\x9\11\11\x3c\x62\x72\76\x3c\x64\151\166\x20\150\151\144\x64\x65\156\x20\x69\144\x3d\42\162\x65\x67\151\x73\164\145\x72\145\x64\x5f\157\156\x6c\x79\x5f\x61\143\x63\x65\163\163\x5f\144\145\163\143\x22\x20\143\x6c\141\x73\x73\75\42\x6d\x6f\x5f\x73\x61\x6d\154\x5f\x68\x65\154\160\137\x64\145\163\x63\42\76\15\xa\11\x9\11\x9\11\11\11\x3c\x73\x70\141\x6e\76\x53\x65\154\145\x63\164\x20\x74\150\x69\163\40\157\x70\164\x69\x6f\156\x20\x69\x66\x20\171\157\x75\x20\x77\141\156\x74\x20\164\x6f\x20\x72\x65\x73\164\x72\151\143\x74\40\171\x6f\165\x72\40\163\x69\x74\x65\40\164\x6f\40\157\156\154\171\x20\x6c\157\147\147\x65\144\x20\151\x6e\40\165\163\x65\162\x73\56\x20\x53\x65\x6c\145\x63\x74\x69\156\147\40\164\x68\x69\x73\x20\157\x70\x74\x69\x6f\x6e\40\x77\x69\x6c\154\x20\162\145\144\x69\162\145\143\164\40\164\x68\145\x20\x75\163\x65\162\163\40\164\157\x20\x79\x6f\x75\162\x20\111\144\120\x20\x69\x66\x20\x6c\x6f\x67\x67\145\144\x20\x69\x6e\x20\x73\145\x73\163\151\157\x6e\40\x69\x73\40\156\x6f\164\x20\146\x6f\x75\x6e\x64\x2e\x3c\57\163\x70\141\x6e\76\15\12\x9\x9\11\11\11\11\x9\74\57\x64\x69\x76\76\15\12\11\x9\11\x9\11\x9\x3c\x2f\x66\x6f\x72\x6d\76\x3c\x62\x72\x2f\76\xd\xa\15\xa\x9\11\x9\11\x9\11\x3c\146\x6f\162\x6d\40\x69\144\x3d\42\155\x6f\x5f\x73\141\155\x6c\x5f\x66\x6f\162\x63\145\137\x61\165\x74\x68\x65\x6e\x74\x69\x63\x61\x74\x69\157\156\137\146\157\162\155\42\x20\155\x65\x74\150\x6f\144\x3d\x22\160\x6f\x73\x74\x22\x20\141\x63\164\151\x6f\156\x3d\x22\x22\x3e";
    wp_nonce_field("\155\157\x5f\163\x61\x6d\154\x5f\146\157\x72\x63\x65\137\x61\165\x74\x68\x65\156\164\151\x63\x61\164\x69\157\x6e\137\157\x70\164\151\157\156");
    echo "\x3c\163\x70\x61\156\76\62\56\40\x49\x74\x20\167\151\154\154\x20\x66\157\x72\143\x65\x20\x75\x73\x65\x72\40\x74\x6f\40\x70\x72\157\x76\x69\x64\145\40\143\162\145\144\145\156\x74\151\x61\x6c\x73\x20\x6f\156\40\x79\157\x75\162\x20\x49\x64\120\x20\x6f\x6e\x20\145\141\143\x68\40\154\x6f\x67\151\156\40\x61\x74\x74\145\x6d\160\164\40\145\166\145\x6e\x20\x69\x66\40\164\x68\x65\x20\x75\x73\145\x72\40\151\163\40\141\x6c\x72\145\141\x64\171\x20\x6c\x6f\x67\x67\145\144\x20\151\x6e\x20\x74\157\40\111\x64\120\56\x20\124\150\x69\163\40\x6f\160\164\x69\x6f\x6e\x20\155\141\x79\x20\162\145\x71\x75\x69\x72\145\x20\x73\157\x6d\145\x20\141\144\144\x69\x74\151\x6f\x6e\x61\154\40\x73\x65\x74\164\151\156\x67\40\151\x6e\x20\x79\157\165\162\x20\111\144\120\x20\164\157\40\x66\x6f\x72\x63\145\x20\151\x74\x20\144\x65\x70\x65\156\x64\x69\x6e\x67\40\x6f\x6e\x20\x79\157\x75\162\x20\111\144\145\156\x74\151\x74\171\40\x50\x72\157\x76\151\x64\145\162\56\74\x2f\x73\160\141\x6e\x3e\xd\xa\11\11\11\11\11\x9\x9\x3c\142\x72\x20\57\x3e\74\142\x72\x20\57\76\xd\12\x9\x9\11\11\x9\x9\x9\74\151\156\x70\165\164\x20\x74\171\x70\x65\x3d\42\150\x69\x64\144\145\x6e\x22\x20\156\141\155\145\x3d\42\x6f\x70\164\x69\157\x6e\42\40\166\x61\154\165\x65\75\42\x6d\157\137\x73\x61\155\154\137\146\x6f\x72\143\x65\137\x61\165\164\x68\145\x6e\x74\x69\x63\141\164\x69\x6f\x6e\137\157\160\164\151\x6f\x6e\x22\x2f\x3e\15\xa\11\x9\x9\x9\x9\11\x9\xd\12\11\x9\x9\x9\11\x9\11\74\154\x61\142\145\x6c\x20\x63\154\141\163\x73\75\x22\163\167\x69\164\143\150\42\76\xd\12\x9\11\11\x9\11\x9\x9\74\x69\x6e\160\165\164\40\x74\x79\x70\x65\x3d\x22\x63\150\x65\143\153\x62\157\170\42\x20\x6e\x61\x6d\145\75\x22\x6d\x6f\137\x73\141\x6d\x6c\x5f\x66\x6f\x72\x63\x65\x5f\x61\165\x74\x68\145\156\164\151\143\x61\164\x69\157\156\x22\40\166\141\x6c\165\145\75\42\x74\162\165\145\42";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto Q00;
    }
    echo "\x64\151\x73\x61\142\x6c\145\x64\x20\164\151\164\154\145\75\42\x44\151\163\x61\142\154\x65\144\x2e\40\103\x6f\156\146\x69\147\165\x72\145\40\x79\x6f\165\x72\x20\x53\x65\162\x76\x69\x63\145\x20\120\x72\x6f\166\151\144\x65\x72\x22";
    Q00:
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::FORCE_AUTHENTICATION) == "\x74\162\x75\145");
    echo "\x20\x6f\x6e\x63\150\x61\156\147\145\75\x22\144\157\143\x75\x6d\145\156\164\56\x67\145\x74\105\154\145\155\145\156\164\102\x79\111\144\50\x27\155\x6f\137\163\141\x6d\154\137\146\157\162\x63\x65\137\141\x75\x74\150\x65\156\164\151\143\141\x74\x69\x6f\x6e\x5f\146\157\162\155\x27\51\x2e\x73\x75\142\x6d\151\x74\50\x29\73\42\57\76\15\12\11\11\x9\11\11\x9\x9\x3c\163\160\141\x6e\x20\x63\x6c\141\x73\163\x3d\x22\x73\x6c\x69\144\x65\x72\x20\162\x6f\165\x6e\x64\42\76\x3c\57\x73\x70\x61\x6e\x3e\15\12\x9\x9\11\11\11\x9\x3c\57\x6c\x61\x62\x65\x6c\76\x20\15\xa\x9\x9\x9\x9\11\11\74\x73\160\x61\x6e\40\x73\164\x79\x6c\145\75\42\160\x61\x64\x64\151\x6e\147\x2d\x6c\x65\146\x74\x3a\65\x70\x78\42\x3e\74\x62\76\106\x6f\162\143\x65\x20\x61\x75\164\150\145\156\x74\x69\143\x61\x74\151\x6f\x6e\x20\x77\151\x74\x68\x20\x79\157\x75\x72\x20\x49\144\x50\x20\x6f\156\x20\145\x61\x63\150\40\154\x6f\147\151\x6e\x20\x61\x74\x74\145\155\x70\x74\74\x2f\142\x3e\74\x2f\163\x70\x61\x6e\76\15\xa\x9\x9\11\11\x9\11\11\74\x62\x72\x3e\74\x64\151\166\40\x68\151\x64\144\x65\x6e\x20\151\x64\75\42\146\x6f\162\143\x65\137\141\165\164\150\x65\x6e\164\151\143\141\x74\151\x6f\156\137\167\151\164\x68\137\x69\144\160\x5f\144\145\x73\x63\x22\x20\x63\154\141\x73\x73\75\x22\155\x6f\x5f\x73\141\x6d\x6c\x5f\x68\x65\x6c\x70\x5f\x64\x65\x73\143\42\76\15\12\x9\x9\11\x9\x9\x9\11\x3c\163\160\141\156\x3e\111\164\x20\x77\x69\154\x6c\x20\x66\x6f\162\143\145\40\x75\163\145\162\40\164\157\40\160\162\157\x76\x69\144\145\40\x63\x72\x65\144\145\x6e\164\x69\x61\x6c\163\40\157\x6e\40\171\157\165\x72\x20\x49\144\x50\x20\x6f\x6e\x20\x65\141\143\150\x20\x6c\157\x67\x69\x6e\x20\141\164\164\145\155\160\x74\x20\145\166\145\x6e\40\x69\x66\40\164\x68\x65\x20\x75\163\x65\x72\x20\x69\x73\40\141\x6c\162\x65\141\144\171\x20\154\157\x67\x67\x65\x64\40\x69\x6e\x20\x74\x6f\40\x49\x64\120\56\40\124\150\151\x73\40\157\160\164\151\x6f\x6e\40\x6d\141\171\x20\162\x65\161\x75\x69\162\x65\40\163\157\x6d\145\x20\x61\144\144\151\164\151\157\x6e\141\154\40\x73\145\x74\164\151\x6e\x67\40\x69\x6e\x20\171\x6f\x75\162\x20\111\x64\120\x20\x74\x6f\40\x66\157\162\x63\x65\x20\151\164\x20\144\145\x70\145\156\x64\151\x6e\147\x20\157\156\x20\171\x6f\x75\162\x20\x49\x64\x65\x6e\x74\151\x74\171\40\120\162\157\x76\151\144\145\162\56\74\x2f\163\160\x61\x6e\76\15\xa\11\11\x9\11\11\11\x3c\x2f\144\x69\x76\x3e\xd\xa\11\11\x9\x9\x9\74\x2f\x66\x6f\162\x6d\76\74\142\162\57\76\15\12\x9\x9\11\11\11\xd\12\11\11\11\11\11\74\x66\157\x72\155\x20\151\144\x3d\x22\155\157\137\x73\x61\155\x6c\137\x65\x6e\x61\142\154\145\x5f\162\163\163\137\x61\143\x63\x65\163\x73\137\x66\x6f\162\x6d\x22\x20\x6d\145\164\x68\x6f\x64\75\42\160\x6f\x73\164\42\x20\141\x63\164\x69\157\156\75\42\42\76";
    wp_nonce_field("\155\x6f\x5f\x73\x61\155\154\x5f\145\156\x61\142\x6c\x65\137\162\x73\x73\x5f\x61\x63\143\145\163\x73\x5f\x6f\160\164\151\x6f\x6e");
    echo "\74\x69\x6e\160\165\x74\x20\164\x79\160\x65\x3d\x22\150\151\x64\x64\x65\156\x22\x20\156\141\155\145\75\x22\157\x70\x74\151\x6f\x6e\x22\x20\166\x61\154\165\145\x3d\x22\155\157\137\x73\141\155\x6c\137\x65\x6e\141\x62\154\145\137\162\163\x73\x5f\141\143\x63\145\163\163\137\x6f\x70\164\151\157\x6e\42\57\x3e\15\12\11\11\11\11\11\74\x6c\x61\x62\145\x6c\x20\143\x6c\x61\x73\x73\75\x22\163\167\x69\x74\x63\x68\x22\x3e\xd\12\11\11\x9\x9\11\x3c\x69\x6e\x70\x75\164\x20\x74\171\160\145\x3d\x22\143\x68\x65\143\153\x62\x6f\x78\x22\40\156\141\x6d\x65\75\x22\155\157\137\x73\x61\155\x6c\x5f\x65\156\141\x62\x6c\145\137\x72\163\x73\137\x61\x63\143\x65\x73\x73\x22\40\x76\x61\x6c\165\x65\75\x22\164\x72\x75\145\x22";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto GDS;
    }
    echo "\144\x69\163\141\x62\x6c\x65\144\x20\164\x69\x74\154\x65\75\42\104\151\x73\x61\142\154\145\x64\56\x20\x43\x6f\156\146\x69\147\x75\162\x65\40\x79\x6f\165\x72\40\123\145\x72\x76\x69\x63\x65\x20\120\x72\x6f\x76\151\144\145\x72\x22";
    GDS:
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ENABLE_ACCESS_RSS) == "\164\162\165\x65");
    echo "\40\157\x6e\x63\x68\x61\156\147\x65\x3d\x22\144\x6f\143\x75\155\145\156\x74\56\x67\x65\164\x45\154\x65\155\145\x6e\x74\102\171\x49\144\50\47\x6d\x6f\x5f\163\141\x6d\154\x5f\x65\x6e\141\142\154\145\137\162\163\x73\137\x61\x63\x63\145\x73\163\x5f\146\157\x72\x6d\x27\x29\56\163\165\142\x6d\151\x74\50\51\73\42\57\x3e\xd\xa\x9\x9\x9\11\x9\74\163\160\x61\x6e\40\143\154\x61\x73\163\75\x22\x73\x6c\151\x64\x65\x72\40\x72\157\165\156\144\42\76\x3c\57\163\160\x61\x6e\76\15\xa\11\x9\x9\11\11\x9\74\x2f\154\141\x62\145\154\76\x3c\163\x70\141\156\x20\x73\x74\x79\x6c\145\x3d\42\x70\x61\x64\x64\151\x6e\147\55\154\x65\x66\x74\x3a\65\x70\170\x22\76\74\x62\76\x45\x6e\141\x62\154\x65\40\141\143\143\145\163\163\40\x74\157\x20\122\123\123\40\x46\145\145\x64\x73\x3c\57\x62\76\74\x2f\x73\x70\x61\156\x3e\x3c\x62\x72\76\74\142\162\x3e\xd\xa\11\11\x9\x9\x3c\x2f\x66\x6f\x72\x6d\x3e\xd\xa\11\x9\x9\11\x3c\x2f\x64\x69\x76\x3e\xd\xa\x9\11\x9\x9\74\x2f\144\151\166\x3e\40\74\142\162\x2f\76\15\12\xd\xa\11\x9\11\x3c\144\151\x76\40\163\x74\171\x6c\145\75\42\x62\x61\143\x6b\147\162\x6f\x75\x6e\144\x2d\x63\x6f\x6c\157\x72\72\43\x46\106\x46\x46\106\x46\x3b\40\142\x6f\x72\144\145\x72\72\61\x70\170\x20\163\157\x6c\151\x64\x20\x23\103\103\103\x43\103\103\73\x20\160\141\144\144\151\156\x67\x3a\x30\x70\170\x20\62\x25\40\x30\160\x78\40\x32\45\x3b\x70\x6f\163\x69\x74\x69\x6f\x6e\72\40\162\x65\x6c\141\x74\151\166\145\x22\x20\x69\x64\75\42\x6d\x69\x6e\151\x6f\162\x61\x6e\147\x65\x2d\141\165\164\x6f\x2d\162\x65\144\x69\x72\145\143\164\55\154\x6f\x67\x69\156\55\x70\141\x67\x65\42\76\15\12\x9\x9\x9\11\74\x68\63\76\x4f\160\x74\151\157\156\x20\62\x3a\40\101\165\x74\157\x2d\x52\x65\x64\151\x72\145\143\164\151\x6f\156\40\146\162\x6f\155\40\127\157\x72\x64\120\162\x65\163\x73\40\x4c\x6f\147\x69\x6e\x3c\57\x68\63\x3e\xd\12\x9\11\11\x9\74\144\x69\x76\x20\x73\x74\x79\154\x65\x3d\x22\155\x61\162\147\151\x6e\72\x32\45\x20\62\x25\x20\62\45\40\61\67\160\170\73\x22\x3e\15\xa\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\74\x73\160\141\x6e\76\61\x2e\x20\x45\156\141\x62\x6c\x65\40\164\150\x69\x73\x20\x6f\x70\164\151\157\x6e\x20\151\x66\40\171\157\x75\x20\x77\141\x6e\164\x20\164\150\x65\40\x75\163\145\x72\163\x20\x76\151\x73\151\164\151\156\147\40\141\156\x79\x20\157\x66\40\x74\x68\145\40\x66\x6f\154\x6c\157\x77\x69\x6e\147\40\125\x52\114\x73\x20\164\157\x20\x67\x65\x74\40\162\145\144\x69\x72\x65\143\x74\145\144\x20\164\157\40\171\x6f\x75\162\x20\143\x6f\156\x66\151\147\x75\162\x65\144\x20\111\x64\x50\40\x66\157\x72\40\x61\165\x74\x68\x65\156\x74\x69\143\x61\x74\151\157\x6e\x3a\x3c\x2f\x73\160\141\156\x3e\xd\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\74\x62\x72\x2f\x3e\74\143\x6f\144\x65\x3e\74\142\76\40" . wp_login_url() . "\x3c\x2f\142\76\74\57\x63\x6f\144\145\76\40\157\162\xd\12\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\74\143\157\x64\x65\x3e\74\x62\76\40" . admin_url() . "\x3c\x2f\142\76\x3c\57\143\x6f\144\x65\x3e\74\x62\x72\40\57\x3e\74\x62\162\57\x3e\xd\12\x9\11\11\x9\x3c\146\x6f\x72\155\x20\x69\144\75\42\x6d\157\137\163\141\155\x6c\x5f\x65\156\x61\x62\154\145\x5f\162\145\144\x69\162\145\143\x74\137\x66\157\x72\155\x22\x20\155\x65\x74\150\x6f\x64\x3d\42\x70\x6f\x73\x74\42\40\141\143\164\151\157\x6e\75\42\42\76";
    wp_nonce_field("\155\x6f\x5f\x73\x61\155\154\x5f\x65\x6e\x61\142\x6c\145\137\154\157\147\x69\156\137\x72\145\144\151\162\x65\x63\164\x5f\x6f\160\164\x69\157\x6e");
    echo "\x3c\151\156\x70\165\x74\40\x74\x79\x70\x65\75\x22\x68\151\144\x64\x65\x6e\42\40\156\x61\155\x65\x3d\x22\x6f\160\x74\151\x6f\156\42\x20\166\x61\x6c\165\x65\75\x22\x6d\157\137\163\141\x6d\154\137\145\156\141\x62\x6c\x65\x5f\154\x6f\x67\151\156\137\162\145\x64\151\162\145\x63\164\x5f\x6f\160\x74\x69\157\x6e\x22\x2f\76\xd\12\11\11\11\11\x3c\154\141\142\x65\154\40\x63\x6c\141\x73\163\75\x22\x73\x77\151\x74\143\x68\42\76\15\xa\11\x9\x9\x9\x3c\x69\x6e\160\165\164\x20\x74\x79\x70\x65\75\x22\x63\x68\145\143\x6b\x62\157\170\42\40\x6e\x61\x6d\145\75\42\155\157\x5f\163\x61\155\x6c\x5f\145\156\141\142\x6c\x65\x5f\154\x6f\x67\x69\x6e\x5f\162\145\144\151\x72\x65\143\x74\42\x20\166\x61\154\x75\x65\x3d\42\x74\x72\x75\145\x22";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto zy8;
    }
    echo "\x20\144\151\x73\141\142\154\145\x64\x20";
    zy8:
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::AUTO_REDIRECT) == "\164\162\x75\145");
    echo "\x20\x6f\x6e\x63\150\141\x6e\147\145\x3d\x22\144\157\143\x75\x6d\145\x6e\164\x2e\147\x65\164\105\x6c\x65\x6d\x65\x6e\164\102\x79\x49\144\x28\47\x6d\157\x5f\163\141\x6d\154\137\x65\x6e\x61\142\154\x65\137\x72\x65\x64\151\162\145\x63\164\x5f\146\x6f\162\155\x27\x29\56\163\165\142\x6d\151\164\50\51\73\42\x2f\76\15\12\x9\11\x9\11\x9\x3c\163\x70\141\x6e\40\x63\x6c\x61\163\x73\75\42\163\x6c\x69\144\x65\162\x20\x72\x6f\165\156\x64\x22\x3e\74\x2f\163\160\141\156\76\15\xa\x9\11\x9\11\x9\11\x3c\x2f\154\x61\142\x65\x6c\x3e\x3c\163\160\141\x6e\40\163\x74\171\154\x65\75\42\x70\141\x64\x64\151\x6e\x67\55\x6c\145\146\x74\72\x35\160\170\x22\76\74\142\x3e\x52\x65\144\151\x72\145\143\x74\40\x74\157\x20\111\x64\x50\40\146\162\x6f\x6d\x20\x57\157\x72\144\120\x72\145\x73\x73\40\x4c\157\x67\x69\x6e\x20\x50\141\147\145\x3c\57\x62\76\x3c\x2f\163\x70\x61\x6e\x3e\xd\12\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x3c\x62\x72\40\x2f\76\74\142\162\x2f\76\xd\xa\11\11\x9\x3c\57\x66\157\x72\155\76\15\12\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\74\x73\160\141\x6e\x3e\62\x2e\40\105\x6e\141\142\154\145\x20\164\x68\x69\163\40\157\x70\x74\x69\157\156\40\164\157\x20\143\x72\x65\141\164\145\40\141\x20\x62\x61\143\x6b\144\x6f\157\x72\54\x20\165\163\x69\156\x67\40\167\x68\x69\143\150\x20\x79\x6f\x75\x20\143\x61\x6e\x20\154\x6f\x67\151\x6e\40\164\157\40\x79\x6f\165\x72\40\167\145\x62\x73\x69\x74\145\x20\165\163\x69\x6e\147\40\x57\157\162\x64\x50\x72\x65\163\x73\x20\x63\162\145\144\145\x6e\164\x69\141\154\163\54\x20\151\156\143\141\x73\145\40\x79\x6f\x75\40\147\x65\164\x20\154\x6f\x63\153\x65\144\40\x6f\x75\164\x20\x6f\x66\40\171\157\x75\162\x20\111\x44\x50\x2e\74\57\163\x70\x61\x6e\x3e\xd\xa\x9\x9\11\74\142\162\57\x3e\x3c\x66\x6f\x72\155\40\151\x64\75\x22\155\x6f\x5f\163\141\155\x6c\137\x61\x6c\x6c\157\167\x5f\167\x70\x5f\x73\151\x67\x6e\x69\x6e\137\146\157\162\x6d\x22\x20\x6d\145\164\150\157\x64\75\x22\160\157\163\x74\x22\x20\x61\x63\x74\151\x6f\x6e\x3d\x22\42\76";
    wp_nonce_field("\155\x6f\137\163\141\x6d\x6c\x5f\141\x6c\x6c\157\x77\137\x77\160\x5f\x73\151\147\x6e\151\x6e\x5f\x6f\x70\x74\151\x6f\x6e");
    echo "\74\151\156\160\x75\164\x20\x74\171\x70\145\x3d\x22\x68\151\144\144\145\156\x22\40\x6e\x61\x6d\145\75\42\x6f\x70\164\151\157\156\x22\40\166\141\x6c\165\x65\75\x22\155\157\137\163\x61\x6d\x6c\137\x61\x6c\154\x6f\167\x5f\x77\x70\x5f\x73\151\x67\156\151\156\x5f\157\x70\x74\x69\157\x6e\42\57\x3e\xd\xa\11\11\11\x3c\x70\76\15\xa\11\x9\x9\74\x6c\x61\142\x65\154\x20\x63\x6c\141\x73\x73\75\42\163\x77\x69\164\143\150\x22\x3e\xd\xa\11\x9\11\74\x69\x6e\x70\165\x74\40\x74\x79\160\x65\x3d\42\x63\x68\x65\x63\x6b\x62\x6f\x78\x22\40\x6e\141\155\x65\x3d\x22\155\157\137\x73\x61\x6d\154\137\x61\154\x6c\x6f\x77\137\x77\x70\x5f\163\151\147\156\x69\156\42\40\x76\141\154\165\145\75\42\x74\x72\x75\x65\42\40";
    checked(get_option(Mo_Saml_Options_Enum_Sso_Login::ALLOW_WP_SIGNIN) == "\164\x72\165\x65");
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::AUTO_REDIRECT) != "\164\x72\165\145" || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto jcN;
    }
    echo "\x20\x64\x69\x73\x61\x62\154\x65\144\40";
    jcN:
    $TS = get_option(Mo_Saml_Options_Enum_Sso_Login::BACKDOOR_URL) ? get_option(Mo_Saml_Options_Enum_Sso_Login::BACKDOOR_URL) : "\146\x61\x6c\x73\145";
    echo "\40\157\x6e\143\150\x61\x6e\147\145\x3d\x22\x64\157\x63\165\155\145\x6e\x74\56\x67\145\164\x45\154\x65\155\x65\156\x74\x42\171\x49\144\x28\47\155\x6f\x5f\x73\141\155\154\137\141\154\x6c\157\x77\137\167\x70\137\163\x69\x67\x6e\151\x6e\137\x66\157\162\155\x27\51\56\x73\x75\142\x6d\151\x74\50\51\x3b\42\x2f\x3e\xd\12\x9\x9\11\74\163\160\141\x6e\40\143\154\141\163\x73\75\42\x73\x6c\x69\x64\x65\x72\40\x72\157\x75\156\144\x22\76\x3c\x2f\163\160\141\x6e\x3e\xd\12\x9\x9\x9\x9\x9\x9\74\x2f\154\x61\142\145\154\x3e\x3c\x73\x70\x61\156\40\x73\x74\171\154\x65\x3d\42\160\141\144\x64\x69\156\x67\55\154\145\146\164\72\x35\x70\x78\42\x3e\x3c\x62\76\105\x6e\141\x62\x6c\145\x20\x62\x61\143\x6b\x64\x6f\x6f\x72\40\154\x6f\147\151\x6e\x3c\57\x62\x3e\74\x2f\163\160\141\x6e\x3e\74\142\x72\57\76\xd\xa\11\11\11\11\x9\x9\11\11\x9\x3c\x62\x72\x2f\76\74\x69\x3e\15\12\x9\11\11\11\11\x9\x9\11\11\x3c\164\141\142\x6c\x65\x20\x77\x69\x64\x74\150\x3d\42\61\60\x30\x25\42\x3e\15\xa\x9\11\11\x9\x9\11\11\x9\11\74\164\162\76\15\xa\11\11\x9\11\x9\x9\11\x9\11\x3c\x74\x64\40\163\x74\171\x6c\145\75\42\x64\x69\163\x70\x6c\x61\171\72\142\154\x6f\x63\x6b\73\x22\76\74\x62\76\102\141\143\x6b\x64\157\157\162\40\x55\x52\114\x3a\74\x2f\x62\x3e\74\142\162\57\76\50\120\154\x65\141\163\x65\40\x6e\x6f\164\145\x20\x69\164\x20\144\157\x77\x6e\51\x20\74\x2f\x74\x64\76\15\12\11\11\11\11\x9\11\11\x9\11\74\x74\144\x3e\74\144\151\x76\x20\163\164\x79\x6c\145\x3d\x22\x62\141\143\x6b\147\x72\157\165\156\144\55\x63\x6f\x6c\157\162\72\43\145\144\x65\x64\145\x64\73\x70\x61\x64\144\151\x6e\147\x3a\61\x25\73\144\x69\x73\160\154\141\171\x3a\x62\154\157\x63\x6b\x3b\42\76\x3c\142\76\x20" . site_url() . "\57\167\x70\x2d\x6c\157\147\x69\156\56\x70\x68\160\x3f\163\x61\155\x6c\137\x73\163\157\75\x3c\151\156\160\x75\164\x20\x73\x74\x79\x6c\145\75\x22\x77\151\x64\164\x68\72\61\x35\x30\x70\x78\x22\40\x74\x79\x70\x65\x3d\x22\164\145\x78\164\x22\x20\151\144\75\x22\x62\x61\x63\153\144\157\157\162\137\165\162\154\x22\40\x6e\x61\155\x65\75\x22\155\x6f\137\x73\x61\155\x6c\137\142\x61\x63\153\144\157\x6f\x72\137\165\x72\x6c\x22\x20";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::ALLOW_WP_SIGNIN) != "\x74\x72\165\x65")) {
        goto vYi;
    }
    echo "\144\151\x73\x61\x62\154\x65\144";
    vYi:
    echo "\x20\166\141\x6c\x75\145\x3d\42" . $TS . "\x22\x3e\x3c\x2f\142\x3e\15\12\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\x69\x20\143\x6c\141\x73\163\x3d\42\155\x6f\x5f\143\157\x70\171\x20\143\157\x70\171\x74\x6f\x6f\x6c\x74\151\x70\42\40\157\156\x63\x6c\151\x63\153\75\42\143\157\160\171\x42\141\x63\153\x64\x6f\157\x72\125\162\x6c\50\164\x68\151\x73\x29\x3b\x22\x3e\xd\xa\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\x73\166\147\x20\166\x69\x65\167\102\157\170\x3d\x22\60\40\x30\40\x35\x31\x32\x20\x35\61\x32\x22\40\170\155\x6c\x6e\163\x3d\42\150\164\x74\x70\x3a\57\57\x77\167\167\56\167\x33\x2e\x6f\162\x67\57\x32\60\60\60\x2f\163\x76\147\42\x3e\15\12\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x3c\x70\141\x74\x68\40\144\75\x22\x4d\x35\60\x32\56\66\40\67\x30\56\x36\63\x6c\x2d\x36\61\56\62\x35\55\x36\61\56\62\x35\x43\x34\x33\x35\x2e\64\40\x33\x2e\63\67\61\40\64\62\x37\56\62\x20\x30\x20\x34\61\x38\x2e\67\40\x30\x48\62\65\65\x2e\61\x63\x2d\63\65\56\x33\65\x20\x30\55\66\x34\x20\x32\x38\56\66\66\x2d\x36\64\x20\66\x34\x6c\x2e\x30\61\71\x35\x20\x32\x35\66\x43\61\x39\x32\x20\63\65\65\x2e\64\40\x32\x32\60\x2e\67\x20\63\70\x34\x20\x32\x35\66\x20\63\70\64\x68\61\71\62\x63\63\x35\56\62\40\60\40\66\x34\55\62\x38\56\x38\40\66\x34\x2d\66\64\126\x39\x33\56\62\x35\103\x35\61\62\40\70\x34\56\67\x37\x20\65\60\x38\56\x36\x20\67\66\56\x36\63\x20\x35\60\62\56\x36\40\67\x30\56\66\63\172\x4d\x34\66\x34\x20\x33\x32\x30\x63\x30\x20\70\56\70\63\x36\55\67\56\x31\x36\64\x20\x31\x36\55\x31\x36\40\x31\66\110\x32\65\65\56\61\x63\55\x38\56\70\63\70\x20\60\x2d\61\x36\55\x37\x2e\61\x36\x34\55\61\66\55\61\66\x4c\x32\63\71\56\x31\x20\x36\x34\56\x31\63\143\60\55\70\56\x38\63\x36\x20\67\x2e\x31\66\x34\55\x31\x36\40\x31\66\x2d\61\x36\x68\61\62\70\114\63\70\64\x20\71\66\143\60\x20\61\x37\x2e\x36\x37\40\x31\x34\x2e\x33\63\40\63\x32\40\x33\x32\40\x33\x32\150\x34\x37\x2e\61\126\x33\x32\x30\172\x4d\x32\67\x32\40\64\64\70\x63\60\x20\70\x2e\x38\63\x36\x2d\x37\56\x31\x36\64\40\x31\x36\x2d\61\66\40\x31\66\x48\x36\63\56\61\x63\x2d\70\x2e\x38\x33\70\x20\60\55\x31\x36\55\x37\x2e\x31\x36\x34\55\61\66\55\61\x36\x4c\x34\67\x2e\71\70\x20\x31\71\x32\56\61\143\60\55\x38\x2e\70\x33\66\x20\67\x2e\x31\x36\64\x2d\x31\66\40\61\x36\x2d\61\66\x48\x31\x36\x30\126\x31\62\70\x48\x36\x33\x2e\x39\x39\x63\x2d\x33\x35\56\x33\x35\40\60\55\66\64\x20\62\70\56\66\x35\x2d\x36\x34\40\66\x34\x6c\56\60\60\71\70\40\x32\65\x36\103\56\60\60\x32\40\64\70\63\x2e\x33\x20\x32\70\x2e\66\66\40\65\x31\x32\x20\66\64\40\65\61\62\x68\x31\71\62\x63\63\x35\x2e\x32\40\60\40\66\64\x2d\62\x38\56\x38\40\66\x34\55\x36\64\166\55\63\x32\x68\x2d\64\x37\56\x31\114\x32\x37\x32\40\64\64\70\x7a\x22\40\x2f\x3e\xd\12\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\74\57\x73\166\147\x3e\15\12\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\74\163\x70\141\x6e\40\151\144\75\x22\142\141\143\153\144\157\x6f\162\x5f\165\x72\x6c\137\143\x6f\x70\171\42\40\x63\x6c\x61\163\163\75\42\x63\x6f\x70\x79\164\x6f\157\154\164\151\x70\164\145\x78\164\42\76\103\157\x70\171\x20\164\157\40\103\x6c\x69\x70\x62\x6f\x61\162\x64\x3c\57\163\x70\141\x6e\x3e\xd\xa\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\57\x69\x3e\xd\xa\x9\11\11\x9\x9\11\x9\11\x9\74\57\x64\x69\166\x3e\x3c\57\x74\x64\x3e\74\x2f\x74\162\x3e\74\57\x74\x61\x62\x6c\x65\76\x3c\x64\151\166\40\163\x74\x79\154\145\x3d\x22\144\x69\163\160\x6c\141\171\72\x62\154\157\x63\153\x3b\164\x65\x78\164\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\156\164\x65\x72\73\x20\155\141\162\147\151\156\72\62\45\x3b\x22\76\74\x69\156\160\x75\x74\40\164\171\160\x65\x3d\42\x73\165\x62\x6d\x69\x74\42\40\166\x61\154\165\145\x3d\42\x55\160\x64\141\x74\x65\42\40\x63\154\141\163\163\x3d\x22\142\165\x74\x74\x6f\x6e\x20\142\x75\x74\164\x6f\x6e\x2d\x70\x72\x69\155\141\x72\171\42\x20";
    if (!(!mo_saml_is_sp_configured() || !Mo_Saml_License_Utility::is_customer_license_valid())) {
        goto Jd1;
    }
    echo "\40\144\151\163\x61\x62\154\145\x64\40";
    Jd1:
    echo "\76\x3c\x2f\144\x69\x76\76\74\x2f\151\x3e\74\x2f\x73\x70\141\156\76\15\xa\x9\x9\x9\x9\x9\x9\x9\x9\x3c\x64\x69\x76\x20\163\x74\171\154\145\x3d\42\142\141\x63\153\x67\162\x6f\165\x6e\x64\55\143\x6f\154\x6f\x72\72\x23\103\102\103\102\103\x42\73\160\141\x64\144\x69\156\147\72\61\45\73\x22\x3e\15\12\x9\11\11\11\11\x9\11\11\11\x3c\x73\160\141\156\x20\163\164\171\x6c\145\75\42\x63\157\154\x6f\x72\x3a\x23\106\x46\x30\x30\x30\x30\73\x22\76\x57\x41\x52\116\111\x4e\107\72\74\57\x73\160\x61\156\x3e\40\x43\x68\x65\x63\x6b\x69\156\147\40\164\x68\145\x20\141\142\x6f\x76\145\40\157\x70\x74\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x3c\x62\x3e\157\160\x65\156\x20\x61\40\x73\x65\143\x75\162\151\164\171\40\150\x6f\x6c\145\74\x2f\x62\76\x2e\x20\101\x6e\x79\142\157\x64\171\x20\153\156\157\167\x69\x6e\147\x20\164\150\145\40\141\x62\x6f\166\x65\x20\125\122\x4c\x20\167\x69\154\154\40\142\x65\x20\x61\x62\x6c\145\40\164\x6f\40\154\x6f\147\151\x6e\x20\x74\157\x20\171\x6f\x75\x72\x20\167\x65\142\163\151\x74\145\x20\x75\163\x69\x6e\147\x20\x57\x6f\162\x64\120\x72\x65\x73\163\40\x43\x72\x65\144\x65\x6e\x74\151\x61\x6c\163\56\x20\74\142\x3e\120\154\x65\x61\x73\x65\x20\x64\157\40\x6e\x6f\x74\40\163\150\141\x72\145\40\x74\150\151\163\x20\x55\x52\114\x2e\x3c\x2f\x62\76\xd\xa\x9\x9\11\11\11\11\x9\x9\74\57\x64\151\x76\x3e\xd\12\x9\x9\x9\11\x9\x9\11\x3c\57\x70\76\xd\12\x9\11\x9\x9\11\11\74\x2f\x66\157\162\x6d\x3e\15\12\x9\11\11\11\11\74\x2f\144\151\x76\x3e\15\12\x9\x9\11\x9\x9\x3c\57\x64\151\x76\x3e\xd\xa\x9\x9\11\x9\x9\x3c\142\x72\x2f\76\15\12\x9\x9\x9\x9\x9\x3c\163\143\162\151\160\x74\x3e\15\12\x9\11\11\11\x9\x66\x75\156\143\164\x69\x6f\x6e\40\x63\x6f\160\171\102\x61\x63\153\144\x6f\x6f\162\x55\x72\x6c\x28\143\157\x70\171\x42\165\164\164\x6f\x6e\51\173\15\xa\x9\11\11\11\11\x9\166\141\x72\x20\164\x65\155\160\x20\x3d\40\x6a\x51\x75\x65\x72\171\50\x22\74\151\x6e\160\x75\x74\76\42\x29\73\15\12\x9\x9\11\11\x9\x9\152\121\x75\145\162\x79\50\42\x62\x6f\144\x79\x22\51\56\x61\160\160\x65\156\x64\x28\x74\145\x6d\x70\x29\x3b\15\xa\x9\11\x9\x9\11\11\x74\x65\x6d\160\56\x76\141\x6c\50\x22" . site_url() . "\57\x77\160\x2d\154\x6f\147\151\156\56\160\x68\160\x3f\x73\141\x6d\154\x5f\x73\163\x6f\75\x22\40\x2b\40\x6a\121\165\x65\162\171\50\x22\x23\x62\141\143\x6b\144\x6f\157\162\x5f\165\162\x6c\42\x29\x2e\x76\141\x6c\x28\x29\51\x2e\163\145\154\x65\143\x74\50\x29\x3b\xd\xa\11\11\11\x9\11\11\x64\157\143\165\x6d\x65\x6e\164\x2e\x65\x78\145\143\x43\x6f\155\155\x61\156\144\50\x22\143\x6f\x70\171\42\51\x3b\15\xa\11\11\x9\11\11\x9\x74\145\x6d\160\56\x72\x65\x6d\157\x76\x65\50\51\x3b\15\12\x9\11\11\x9\x9\x9\152\x51\x75\145\162\171\x28\x22\43\x62\141\143\x6b\x64\x6f\x6f\162\137\x75\162\x6c\x5f\x63\x6f\x70\x79\x22\51\56\x74\145\170\x74\x28\x22\x43\x6f\x70\x69\x65\x64\x22\x29\x3b\xd\12\xd\xa\11\x9\x9\11\11\11\x6a\x51\165\x65\x72\x79\x28\x63\157\160\x79\x42\165\x74\164\x6f\156\51\56\x6d\x6f\x75\163\145\x6f\x75\164\x28\146\x75\x6e\143\x74\151\157\156\50\x29\173\xd\12\11\11\11\x9\x9\x9\11\x6a\121\165\x65\162\x79\x28\42\x23\142\141\x63\153\x64\157\157\x72\137\x75\x72\x6c\137\x63\157\160\171\x22\x29\56\164\145\170\x74\x28\42\103\157\160\171\x20\x74\157\40\x43\154\151\x70\142\157\x61\162\x64\x22\x29\73\xd\xa\11\11\x9\11\11\x9\175\x29\73\xd\12\11\11\x9\x9\11\175\15\12\11\x9\11\11\x9\74\x2f\163\143\162\x69\160\164\x3e\xd\12\x9\11\11\11\74\x64\151\166\x20\x73\164\x79\154\145\x3d\42\142\x61\x63\x6b\x67\162\157\x75\x6e\x64\55\x63\157\154\x6f\162\72\x23\x46\x46\x46\x46\x46\106\x3b\40\142\x6f\162\x64\x65\162\72\61\160\x78\40\163\157\154\x69\x64\40\x23\x43\x43\x43\103\x43\x43\x3b\40\160\x61\144\144\x69\156\147\72\x30\x70\170\40\x32\45\40\60\160\170\40\x32\x25\73\x70\x6f\163\x69\164\x69\x6f\156\72\x20\x72\145\x6c\141\164\151\x76\145\42\x20\x69\x64\75\x22\155\x69\156\157\x72\141\x6e\x67\145\55\x75\163\145\x2d\167\151\144\x67\145\164\42\76\xd\12\11\11\x9\11\x9\74\x68\63\x3e\74\x62\76\x4f\x70\164\151\157\x6e\40\x33\x3a\40\114\157\147\x69\156\x20\142\x75\164\x74\x6f\156\x3c\x2f\x62\x3e\x3c\x2f\150\x33\x3e\15\xa\11\x9\x9\x9\11\x3c\x64\x69\x76\x20\163\x74\x79\154\145\75\x22\155\x61\162\x67\x69\x6e\x3a\62\45\40\x30\40\x32\x25\40\61\67\160\170\x3b\42\x3e";
    mo_saml_add_sso_button_settings();
    echo "\x3c\x2f\x64\151\166\x3e\15\xa\11\11\11\11\74\57\144\x69\x76\76\15\12\x9\x9\x9\11\x3c\x62\162\57\x3e";
    echo "\x3c\144\151\166\x20\x73\x74\171\x6c\x65\x3d\x22\142\141\143\x6b\x67\162\157\165\x6e\144\x2d\x63\157\154\157\162\72\43\106\x46\106\106\106\106\x3b\40\x62\x6f\x72\144\x65\162\72\61\160\x78\x20\163\157\x6c\151\x64\40\x23\x43\x43\103\x43\x43\103\73\40\160\141\x64\x64\x69\x6e\x67\72\x30\160\170\x20\x32\45\40\60\x70\170\x20\62\45\73\x70\157\163\151\164\151\x6f\x6e\72\x20\162\145\x6c\x61\164\x69\x76\145\42\40\x69\x64\75\x22\x6d\151\156\x6f\x72\x61\156\x67\x65\x2d\165\163\x65\55\x77\x69\x64\x67\145\164\x22\x3e\xd\12\x9\11\x9\x3c\150\x33\x3e\74\x62\x3e\x4f\160\x74\151\x6f\x6e\x20\64\x3a\40\x53\123\117\40\x4c\151\156\153\x73\74\57\x62\76\x3c\x2f\150\x33\x3e\xd\xa\11\11\11\74\x64\151\x76\40\x73\164\x79\154\x65\x3d\42\x6d\141\x72\x67\x69\156\72\x32\45\x20\x30\40\x32\x25\x20\61\67\160\x78\x3b\42\x3e\xd\12\11\11\11\74\x66\157\162\155\x20\x69\x64\x3d\x22\x6d\x6f\137\x73\x61\x6d\154\x5f\x77\x69\x64\x67\145\164\137\x66\157\x72\x6d\x22\x20\155\145\164\x68\157\x64\75\x22\160\x6f\x73\x74\x22\x20\x61\143\164\151\x6f\156\75\x22\42\x3e";
    wp_nonce_field("\x6d\x6f\137\x73\x61\x6d\154\137\x77\x69\x64\147\x65\164\x5f\x6f\x70\164\151\157\156");
    echo "\x3c\x69\156\160\x75\164\40\x74\171\160\x65\75\42\150\x69\144\144\145\x6e\42\x20\156\141\155\x65\75\x22\x6f\160\x74\151\x6f\x6e\x22\40\166\141\154\x75\x65\x3d\x22\155\157\137\x73\141\x6d\x6c\x5f\167\151\x64\147\145\164\137\157\x70\164\151\x6f\x6e\42\x2f\76\15\xa\11\x9\x9\xd\xa\11\11\x9\103\x6f\156\146\x69\147\165\x72\145\x20\164\150\x65\x20\143\165\163\164\x6f\x6d\x20\x74\145\x78\x74\40\x74\150\x61\x74\x20\x77\x69\x6c\154\x20\x62\145\40\141\160\160\x6c\151\x65\144\x20\164\157\x20\x74\150\x65\x20\74\142\x3e\123\x53\x4f\40\x6c\x69\x6e\x6b\x73\74\57\142\76\54\40\167\x68\x69\x63\150\x20\171\157\165\40\x63\x61\x6e\x20\x61\x64\x64\x20\157\156\40\171\157\x75\162\40\163\x69\164\x65\x20\165\163\x69\156\x67\x20\164\150\145\x20\x66\157\x6c\x6c\157\x77\151\x6e\x67\x20\x6f\160\164\x69\157\x6e\163\x3a\xd\xa\40\40\40\40\x20\x20\40\40\x20\40\40\40\74\142\x72\x2f\76\74\x62\x72\x2f\x3e\xd\12\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x3c\x64\x69\x76\40\x73\x74\171\x6c\145\x3d\x22\x70\141\x64\x64\x69\156\x67\x2d\x6c\145\146\164\72\x38\160\x78\x22\x3e\xd\12\11\x9\11\74\x62\76\x57\151\144\147\145\x74\x3a\x3c\x2f\x62\76\74\142\x72\x2f\x3e";
    global $wp_version;
    if ($wp_version < "\x35\x2e\x38") {
        goto nA4;
    }
    echo "\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\74\x6f\x6c\76\xd\xa\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\74\x6c\151\76";
    _e("\107\x6f\x20\164\157\x20\101\x70\x70\x65\x61\x72\x61\156\x63\x65\x73", "\x6d\x69\x6e\151\x6f\x72\141\x6e\x67\x65\55\x73\141\x6d\x6c\x2d\x32\x30\55\x73\x69\156\x67\154\x65\55\x73\x69\147\156\x2d\x6f\156");
    echo "\40\76\40\74\141\x20\150\x72\145\146\x3d\x22";
    echo esc_url(get_admin_url()) . "\167\x69\x64\147\145\x74\163\x2e\x70\x68\x70";
    echo "\x22\76";
    _e("\x57\151\144\147\x65\164\x73", "\155\151\x6e\151\x6f\162\141\156\x67\x65\x2d\163\141\155\154\x2d\62\x30\55\x73\151\x6e\x67\154\x65\x2d\x73\x69\x67\x6e\55\157\156");
    echo "\x2e\74\57\141\x3e\x3c\x2f\x6c\151\x3e\xd\12\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x3c\154\x69\x3e\x43\x6c\151\x63\153\40\157\156\x20\x41\144\x64\x20\x42\154\x6f\143\153\x20\50\x22\53\42\x20\163\x69\x67\156\51\x20\141\x74\x20\164\x68\x65\x20\164\x6f\160\x20\154\x65\x66\164\x20\143\x6f\x72\156\x65\162\x2c\40\x62\145\163\151\144\x65\163\40\x74\150\x65\x20\x68\145\x61\144\x69\x6e\x67\40\127\x69\144\147\x65\x74\x73\x3c\57\x6c\151\76\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x3c\154\151\76";
    echo sprintf(__("\x49\x6e\40\164\150\x65\40\x73\x65\141\x72\x63\150\x20\142\x6f\170\54\40\x73\x65\x61\x72\x63\x68\x20\x66\x6f\x72\40\42\114\157\x67\x69\x6e\40\167\x69\164\150\x20\x25\163\42\54\40\x61\156\x64\x20\144\x72\x61\147\x20\x61\x6e\144\40\x64\162\x6f\160\40\x74\x68\x69\x73\x20\142\x6c\x6f\143\x6b\x20\x74\x6f\40\x79\157\x75\x72\x20\146\x61\x76\157\165\x72\151\164\145\x20\x6c\x6f\143\x61\164\x69\157\156\x2e", "\x6d\151\156\x69\157\162\141\x6e\147\145\x2d\163\141\x6d\x6c\x2d\x32\60\x2d\x73\151\x6e\147\154\x65\55\x73\151\x67\x6e\x2d\157\x6e"), esc_html(LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME)));
    echo "\x3c\x2f\x6c\x69\76\xd\xa\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\74\x6c\x69\x3e\103\x6c\x69\x63\153\x20\157\x6e\x20\x74\150\145\x20\x22\125\x70\144\141\164\145\x22\x20\x62\165\164\x74\157\x6e\x20\x61\x74\40\x74\150\145\40\x74\157\x70\x20\162\x69\147\x68\x74\x20\164\x6f\40\163\x61\166\145\40\x74\x68\x65\40\167\151\144\147\145\x74\40\163\x65\x74\x74\x69\x6e\147\x73\x2e\74\57\x6c\x69\76\15\xa\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\74\x2f\157\154\76\xd\12\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20";
    goto bWy;
    nA4:
    echo "\xd\12\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x3c\157\x6c\x3e\xd\12\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x3c\154\151\x3e\x20\x20\x47\157\x20\164\x6f\x20\x3c\163\x70\x61\x6e\76\x3c\x61\40\x68\162\x65\146\75\x22" . get_admin_url() . "\167\x69\144\x67\145\x74\x73\x2e\x70\150\x70\x22\x20\x3e\x57\151\144\x67\x65\164\163\x3c\x2f\141\76\x3c\57\x73\x70\x61\x6e\76\74\57\154\151\x3e\15\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x3c\x6c\151\x3e\123\145\154\145\143\164\x20\42\114\157\x67\151\156\40\167\x69\x74\x68\x20" . LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME) . "\x22\54\x20\x64\162\141\147\x20\141\156\144\x20\144\162\157\160\40\x74\157\40\x79\x6f\x75\162\xd\12\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x66\x61\166\157\165\162\x69\164\145\x20\154\x6f\x63\x61\x74\151\x6f\x6e\40\x61\x6e\144\40\x73\x61\x76\145\56\74\x2f\x6c\151\x3e\15\12\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\74\x2f\157\154\x3e";
    bWy:
    echo "\xd\12\x9\11\11\74\142\162\57\76\15\xa\x9\x9\11\x3c\x62\x3e\x53\150\157\162\x74\x63\x6f\144\145\72\74\x2f\x62\x3e\x3c\x62\162\x2f\76\x3c\142\x72\57\x3e\xd\xa\11\11\x9\x3c\x64\151\166\x20\x69\144\x3d\x22\155\x6f\x5f\x73\x61\x6d\x6c\x5f\141\144\x64\x5f\163\x68\157\x72\164\143\157\144\x65\137\163\164\x65\x70\163\42\x20\76\15\12\11\11\11\x3c\x74\141\142\154\145\x20\163\x74\171\154\145\x3d\x22\160\141\x64\144\x69\x6e\x67\x2d\154\x65\146\x74\72\x38\160\x78\42\76\74\164\x72\x3e\x3c\x74\x64\40\167\151\x64\x74\150\x3d\x22\62\60\45\42\76\61\56\x20\x46\157\x72\40\120\x48\x50\40\160\141\x67\145\72\x3c\x2f\x74\x64\76\15\12\11\11\x9\x3c\x74\x64\76\74\x63\x6f\x64\145\x3e\145\x63\x68\157\40\x64\x6f\x5f\x73\150\x6f\162\164\143\x6f\144\x65\x28\x27\133\x4d\x4f\x5f\x53\x41\115\114\x5f\x46\x4f\122\x4d\135\x27\x29\73\40\74\x2f\x63\x6f\x64\145\76\x3c\x2f\164\144\x3e\15\12\x9\11\11\x3c\x2f\x74\x72\76\15\xa\x9\x9\11\74\x74\x72\76\x3c\x74\x64\x3e\74\x62\162\x2f\x3e\x3c\57\x74\144\76\x3c\57\x74\x72\x3e\15\12\11\x9\11\x3c\x74\162\x3e\x3c\164\144\40\x73\164\x79\x6c\145\x3d\42\x64\x69\163\x70\x6c\141\171\72\142\154\157\143\153\73\42\x3e\x32\56\40\106\x6f\x72\40\x48\x54\x4d\x4c\x20\x70\x61\x67\x65\x3a\74\57\x74\144\76\15\12\11\11\x9\x3c\x74\144\76\74\x63\157\x64\x65\76\133\x4d\x4f\x5f\x53\101\x4d\114\137\106\x4f\x52\x4d\x5d\x3c\57\x63\x6f\144\145\x3e\74\x62\x72\57\x3e\74\142\40\163\x74\171\x6c\145\75\42\160\141\144\144\151\x6e\147\55\x6c\145\146\x74\x3a\64\60\x70\170\42\x3e\x4f\x52\x3c\x2f\x62\76\x3c\x62\162\x2f\x3e\x3c\x63\x6f\144\x65\76";
    echo "\46\154\x74\x3b\141\40\150\x72\145\x66\x3d\x22" . $i8 . "\57\x3f\x6f\160\164\151\157\x6e\75\163\x61\155\154\x5f\165\163\x65\162\137\154\x6f\x67\151\x6e\42\x26\x67\x74\73";
    $p1 = "\x4c\x6f\147\151\x6e\40\x77\x69\x74\x68\40" . LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME);
    if (!get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON)) {
        goto ce3;
    }
    $p1 = get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON);
    ce3:
    $t2 = LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME);
    $p1 = str_replace("\43\x23\x49\104\120\x23\x23", $t2, $p1);
    echo $p1 . "\x26\x6c\164\73\x2f\x61\46\x67\164";
    echo "\74\57\x63\157\144\145\76\74\x2f\164\144\x3e\x3c\x2f\164\162\x3e\15\12\x9\x9\x9\xd\12\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\x2f\164\141\142\154\x65\x3e\15\12\11\11\11\x3c\x2f\x64\151\x76\x3e\xd\12\11\11\x9\15\xa\x9\x9\x9\74\57\142\162\x3e\15\xa\11\x9\x9\74\142\x3e\114\x6f\147\157\x75\x74\72\74\x2f\142\76\15\12\11\11\11\74\x74\141\142\x6c\x65\x20\x73\x74\171\154\x65\75\42\160\141\144\144\x69\x6e\x67\55\154\x65\x66\164\72\x38\x70\x78\42\76\x3c\x74\162\76\x3c\x74\144\40\167\x69\x64\x74\150\75\x22\x32\x30\45\x22\76\xd\12\x9\x9\x9\x9\x3c\x74\x72\76\74\x74\144\76\x3c\142\x72\57\76\x3c\57\x74\144\x3e\74\x2f\x74\162\76\xd\12\x9\11\x9\11\x3c\164\162\x3e\74\x74\144\40\x73\164\171\x6c\x65\75\42\144\151\163\160\x6c\141\x79\x3a\x62\x6c\x6f\143\x6b\73\42\76\61\56\x20\x46\157\x72\x20\x48\124\x4d\x4c\40\x70\141\x67\x65\72\74\x2f\x74\x64\76\15\xa\11\x9\11\x9\74\x74\x64\x3e\74\x63\x6f\144\145\x3e";
    echo "\40\46\x6c\164\73\141\40\150\x72\x65\146\75\42" . esc_url($i8) . "\57\77\x6f\x70\164\x69\157\x6e\x3d\x73\x61\155\x6c\x5f\165\163\145\162\x5f\154\x6f\147\157\165\x74\x22\x26\147\x74\x3b";
    $p1 = "\114\157\x67\x6f\x75\x74";
    echo $p1 . "\x26\x6c\164\x3b\57\141\46\x67\164";
    echo "\74\57\164\x64\x3e\x3c\x2f\164\162\x3e\x3c\x2f\x74\141\x62\x6c\x65\76\15\xa\xd\12\15\xa\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x3c\57\144\151\x76\x3e\74\142\162\57\x3e\xd\12\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\74\150\x72\x3e\74\142\x72\x2f\x3e\15\12\x9\11\x9\xd\xa\11\x9\x3c\x74\141\x62\x6c\145\x20\x77\x69\x64\164\150\x3d\x22\x31\60\x30\45\x22\76\xd\xa\11\11\x9\74\164\162\x3e\15\xa\x9\x9\x9\x3c\x74\x64\x3e\74\142\76\114\x6f\x67\151\156\x20\x74\145\170\164\x3a\74\57\x62\76\x3c\x2f\x74\144\76";
    $Wi = LicenseHelper::getCurrentOption(Mo_Saml_Options_Enum_Service_Provider::IDENTITY_NAME);
    if (!empty($Wi)) {
        goto vbU;
    }
    $Wi = "\x23\x23\x49\104\x50\43\43";
    vbU:
    echo "\74\164\144\76\74\x69\156\x70\165\164\40\164\171\160\145\75\x22\164\x65\170\164\x22\40\151\144\x3d\x22\x6d\157\x5f\x73\141\155\x6c\x5f\x63\x75\163\x74\157\155\x5f\x6c\157\x67\x69\156\x5f\x74\145\170\x74\x22\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\163\164\x79\154\x65\75\42\167\x69\144\164\150\72\63\x33\60\160\x78\73\x20\150\x65\x69\x67\x68\164\72\x33\x30\x70\170\x3b\x20\x61\165\x74\x6f\73\42\x20\156\x61\155\145\x3d\x22\x6d\157\137\163\141\155\154\137\143\x75\163\x74\157\155\x5f\154\157\x67\x69\x6e\x5f\x74\145\x78\x74\42\40\x70\154\141\x63\x65\150\x6f\154\x64\145\162\40\75\x22\114\157\147\x69\x6e\x20\x77\151\164\150\40" . $Wi . "\x22\40\x76\x61\154\165\145\x3d\42" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGIN_BUTTON)) . "\42\76\x3c\x2f\164\144\x3e\xd\xa\11\x9\11\x3c\57\164\162\76\15\12\15\12\x9\x9\11\x3c\x74\x72\x3e\xd\12\11\x9\x9\x3c\x74\144\76\74\x62\x3e\107\162\145\145\164\151\156\x67\40\164\145\170\164\x3a\x3c\57\142\76\74\57\x74\144\76\xd\xa\x9\11\11\74\x74\144\x3e\x3c\151\x6e\x70\165\164\x20\164\x79\x70\x65\x3d\42\164\x65\x78\x74\x22\x20\151\144\x3d\x22\155\x6f\137\163\x61\x6d\x6c\x5f\143\x75\163\x74\x6f\155\137\x67\x72\145\145\x74\x69\x6e\147\x5f\164\x65\x78\164\x22\40" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\40\163\x74\x79\x6c\145\x3d\x22\167\151\x64\x74\x68\x3a\61\66\x30\160\170\73\x20\150\145\151\147\x68\164\72\x33\x30\160\x78\x3b\40\141\x75\164\x6f\73\x20\x76\x65\162\x74\151\143\x61\x6c\55\141\x6c\x69\147\156\x3a\155\x69\144\144\154\x65\73\42\x20\x6e\141\x6d\145\75\42\155\157\x5f\x73\x61\155\x6c\137\x63\x75\x73\164\x6f\x6d\x5f\147\162\145\145\164\151\x6e\x67\x5f\164\x65\170\164\x22\40\x70\x6c\x61\143\x65\150\157\x6c\144\145\x72\x3d\42\110\x65\x6c\x6c\x6f\54\42\40\166\x61\154\165\x65\x3d\42" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_TEXT)) . "\x22\x3e\46\156\142\163\160\xd\12\x9\11\11\74\x73\x65\154\145\143\164\40\x6e\141\x6d\145\75\x22\x6d\x6f\x5f\x73\141\x6d\x6c\137\147\162\x65\145\x74\151\x6e\147\137\156\141\x6d\x65\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x69\144\x3d\x22\x6d\157\x5f\163\141\155\154\137\x67\x72\145\x65\164\151\x6e\147\x5f\x6e\x61\x6d\145\x22\x20\x73\x74\x79\154\x65\x3d\x22\167\x69\x64\164\150\72\x31\x36\60\x70\x78\73\x68\145\x69\x67\x68\x74\72\x33\x30\x70\170\x3b\x20\141\165\164\157\x3b\x22\76\xd\xa\11\11\x9\11\74\x6f\x70\164\151\157\156\x20\x76\x61\154\x75\145\75\x22\x55\123\105\122\x4e\101\x4d\105\42";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\125\x53\x45\122\x4e\101\x4d\x45")) {
        goto OZx;
    }
    echo "\x73\145\154\x65\x63\x74\x65\144\75\x22\x73\x65\154\145\143\x74\145\x64\42";
    OZx:
    echo "\x3e\x55\x73\145\x72\156\x61\x6d\x65\x3c\x2f\157\x70\x74\x69\157\x6e\x3e\15\xa\11\x9\x9\11\x9\x9\11\x3c\x6f\x70\164\151\157\156\40\166\x61\154\165\145\75\42\x45\x4d\101\111\114\x22";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\105\x4d\101\111\114")) {
        goto A0B;
    }
    echo "\163\x65\154\145\143\164\x65\144\x3d\42\163\x65\154\x65\x63\x74\145\144\42";
    A0B:
    echo "\x3e\105\x6d\x61\151\x6c\74\57\x6f\160\x74\151\157\x6e\76\xd\12\11\11\x9\x9\11\11\11\74\157\x70\164\151\x6f\156\40\166\141\x6c\x75\x65\x3d\42\106\116\101\x4d\105\42";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\x46\x4e\101\115\105")) {
        goto r8w;
    }
    echo "\163\145\x6c\145\143\x74\145\x64\x3d\x22\x73\x65\154\145\x63\164\x65\144\42";
    r8w:
    echo "\x3e\106\x69\162\163\164\x4e\x61\x6d\x65\74\57\x6f\x70\x74\x69\157\x6e\76\xd\12\x9\x9\x9\11\11\11\x9\74\157\x70\x74\151\157\x6e\x20\166\x61\x6c\x75\145\x3d\x22\114\116\x41\x4d\105\x22";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\x4c\x4e\x41\115\x45")) {
        goto I8K;
    }
    echo "\163\145\x6c\145\143\x74\x65\144\x3d\42\x73\x65\x6c\145\143\x74\145\144\x22";
    I8K:
    echo "\x3e\114\x61\x73\x74\116\141\155\x65\x3c\57\157\160\x74\151\x6f\x6e\76\15\xa\x9\11\x9\11\11\x9\11\74\157\160\x74\x69\x6f\156\40\x76\x61\154\165\x65\75\42\106\116\101\115\x45\137\114\116\x41\115\105\42";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\106\116\x41\x4d\105\137\114\116\101\x4d\105")) {
        goto l8R;
    }
    echo "\163\145\154\145\143\164\x65\144\75\42\x73\x65\154\145\x63\164\145\144\42";
    l8R:
    echo "\76\x46\x69\x72\163\164\x4e\x61\x6d\x65\40\114\x61\x73\x74\116\x61\155\145\x3c\x2f\157\160\x74\151\157\x6e\76\xd\xa\11\11\x9\x9\x9\x9\11\74\x6f\x70\x74\x69\x6f\x6e\40\166\x61\154\165\x65\75\x22\x4c\x4e\x41\x4d\105\137\106\x4e\101\x4d\105\42";
    if (!(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_GREETING_NAME) == "\x4c\116\x41\115\105\x5f\x46\116\x41\115\x45")) {
        goto RSk;
    }
    echo "\163\145\154\145\143\x74\x65\144\75\x22\x73\145\x6c\x65\143\164\x65\x64\42";
    RSk:
    echo "\x3e\x4c\x61\163\164\116\141\x6d\x65\40\x46\151\162\163\164\116\x61\x6d\x65\74\57\x6f\160\x74\151\157\156\x3e\15\xa\x9\11\x9\74\x2f\x73\x65\x6c\x65\143\164\76\x3c\57\x74\144\76\15\12\11\11\x9\74\x2f\164\x72\76\15\12\15\xa\x9\x9\x9\x3c\164\162\76\xd\xa\11\11\11\x3c\164\144\76\74\x62\x3e\114\x6f\147\157\x75\x74\40\x74\145\170\164\x3a\74\57\142\x3e\x3c\x2f\164\144\x3e\xd\12\11\x9\11\74\164\x64\x3e\74\x69\156\160\165\164\40\164\171\160\x65\75\x22\x74\x65\170\x74\x22\40\151\144\x3d\x22\x6d\157\137\163\141\x6d\x6c\x5f\143\x75\163\164\x6f\x6d\137\x6c\x6f\147\x6f\165\x74\x5f\x74\145\170\x74\42\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\x73\164\171\154\145\75\x22\x77\151\144\164\150\72\x33\63\60\x70\x78\x3b\40\150\x65\151\x67\150\x74\x3a\x33\60\160\170\x3b\x20\141\165\x74\157\x3b\x22\40\156\x61\155\145\75\x22\155\157\137\x73\x61\x6d\x6c\137\143\x75\x73\164\157\155\x5f\x6c\157\147\x6f\x75\x74\x5f\x74\145\170\164\x22\x20\x70\154\x61\143\145\x68\x6f\x6c\x64\x65\x72\40\x3d\42\x4c\x6f\147\157\x75\x74\x22\x20\x76\x61\154\165\145\75\42" . esc_html(get_option(Mo_Saml_Options_Enum_Sso_Login::CUSTOM_LOGOUT_BUTTON)) . "\42\x3e\74\x2f\164\x64\x3e\xd\12\11\11\11\x3c\57\x74\x72\x3e\15\xa\x9\x9\x9\74\57\x74\141\142\154\145\76\15\xa\11\x9\x9\74\144\151\x76\x20\163\x74\171\x6c\x65\75\x22\x64\x69\163\160\x6c\x61\x79\x3a\142\154\x6f\143\x6b\x3b\164\x65\170\164\55\x61\154\151\x67\156\72\x63\145\156\x74\145\x72\x3b\x20\x6d\141\x72\147\151\156\72\x32\45\73\42\76\15\xa\11\x9\x9\74\x69\x6e\160\x75\x74\40\x74\x79\x70\x65\x3d\x22\x73\x75\x62\x6d\x69\164\x22\40\x76\141\154\165\x65\x3d\42\x55\x70\x64\x61\164\145\x22\x20" . Mo_Saml_License_Utility::is_customer_license_valid(true) . "\x20\143\x6c\141\163\163\x3d\x22\x62\x75\164\164\157\x6e\x20\142\x75\164\164\157\x6e\x2d\x70\162\151\x6d\x61\162\x79\x22\40" . mo_saml_is_sp_configured(true) . "\x2f\76\x3c\57\144\151\166\76\74\57\146\x6f\x72\155\x3e\15\12\x9\11\x9\xd\12\x9\x9\11\x3c\57\x64\151\166\76\xd\xa\x9\11\11\x3c\57\144\151\x76\x3e";
    aAE:
}

Function Calls

None

Variables

None

Stats

MD5 596c44329690f4851f650ce3d8bcebfb
Eval Count 0
Decode Time 65 ms