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' => 'I-send ang Link para sa Pag-reset ng ..
Decoded Output download
<?php
return [
'send_password_link' => 'I-send ang Link para sa Pag-reset ng Password',
'email_reset_password' => 'Mag-email ng Password Reset',
'reset_password' => 'I-reset ang Password',
'saml_login' => 'Login via SAML',
'login' => 'Mag-login',
'login_prompt' => 'Paki-login',
'forgot_password' => 'Nakalimutan ko ang aking password',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Tandaan ako',
'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' => 'I-send ang Link para sa Pag-reset ng Password',
'email_reset_password' => 'Mag-email ng Password Reset',
'reset_password' => 'I-reset ang Password',
'saml_login' => 'Login via SAML',
'login' => 'Mag-login',
'login_prompt' => 'Paki-login',
'forgot_password' => 'Nakalimutan ko ang aking password',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Tandaan ako',
'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 |
Stats
MD5 | be4876e3147474e8f3987bac528ce0d1 |
Eval Count | 0 |
Decode Time | 94 ms |