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 array( /* |--------------------------------------------------------..
Decoded Output download
<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
"password" => " .",
"user" => " ",
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
"password" => " .",
"user" => " ",
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
);
Function Calls
None |
Stats
MD5 | fcbe25263270b864ea9b9855215a407a |
Eval Count | 0 |
Decode Time | 114 ms |