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 return [ 'send_password_link' => ' ', 'email_reset_password' =>..

Decoded Output download

<?php

return [
    'send_password_link'	        => '   ',
    'email_reset_password'			=> '  ',
    'reset_password'			    => ' ',
    'saml_login'                    => 'Login via SAML',
    'login'                         => ' ',
    'login_prompt'                  => '   ',
    'forgot_password'               => '    ',
    'ldap_reset_password'           => 'Please click here to reset your LDAP password',
    'remember_me'                   => '  ',
    'username_help_top'                 => 'Enter your <strong>username</strong> to be emailed a password reset link.',
    'username_help_bottom'          => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
    'google_login'                  => 'Login with Google Workspace',
    'google_login_failed'           => 'Google Login failed, please try again.',

];

 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'send_password_link'	        => '   ',
    'email_reset_password'			=> '  ',
    'reset_password'			    => ' ',
    'saml_login'                    => 'Login via SAML',
    'login'                         => ' ',
    'login_prompt'                  => '   ',
    'forgot_password'               => '    ',
    'ldap_reset_password'           => 'Please click here to reset your LDAP password',
    'remember_me'                   => '  ',
    'username_help_top'                 => 'Enter your <strong>username</strong> to be emailed a password reset link.',
    'username_help_bottom'          => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
    'google_login'                  => 'Login with Google Workspace',
    'google_login_failed'           => 'Google Login failed, please try again.',

];

Function Calls

None

Variables

None

Stats

MD5 5697168bb328f155c2a108a0afb7a814
Eval Count 0
Decode Time 85 ms