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 [ /* |-------------------------------------------------------------..
Decoded Output download
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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' => 'Le password devono contenere almeno sei caratteri e la conferma deve corrispondere.',
'reset' => 'La tua password stata reimpostata!',
'sent' => 'Abbiamo inviato per e-mail il link per reimpostare la password!',
'token' => 'Questo token di reimpostazione della password non valido.',
'user' => "Non riusciamo a trovare un utente con questo indirizzo e-mail.",
];
?>
Did this file decode correctly?
Original Code
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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' => 'Le password devono contenere almeno sei caratteri e la conferma deve corrispondere.',
'reset' => 'La tua password stata reimpostata!',
'sent' => 'Abbiamo inviato per e-mail il link per reimpostare la password!',
'token' => 'Questo token di reimpostazione della password non valido.',
'user' => "Non riusciamo a trovare un utente con questo indirizzo e-mail.",
];
Function Calls
None |
Stats
MD5 | ac1a5f83ca83ccd79ab50faa8eba2f02 |
Eval Count | 0 |
Decode Time | 82 ms |