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" => "Le password devono essere almeno di 6 caratteri e uguali alla conferma.",
    "user"     => "Nome utente o indirizzo email non corretto",
    "token"    => 'Questo token di reimpostazione della password non  valido o  scaduto oppure non corrisponde al nome utente fornito.',
    'sent'	   => 'Se nel nostro sistema esiste un utente corrispondente con un indirizzo e-mail valido,  stata inviata un\'e-mail di recupero password.',

);
 ?>

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" => "Le password devono essere almeno di 6 caratteri e uguali alla conferma.",
    "user"     => "Nome utente o indirizzo email non corretto",
    "token"    => 'Questo token di reimpostazione della password non  valido o  scaduto oppure non corrisponde al nome utente fornito.',
    'sent'	   => 'Se nel nostro sistema esiste un utente corrispondente con un indirizzo e-mail valido,  stata inviata un\'e-mail di recupero password.',

);

Function Calls

None

Variables

None

Stats

MD5 9a6196e62d885d63575ffb9dc82dd48e
Eval Count 0
Decode Time 108 ms