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(

    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed' => 'Sisestatud mandaadid ei hti meie andmetega.',
    'password' => 'Sisestatud parool on vale.',
    'throttle' => 'Liiga palju ebannestunud sisselogimiskatseid. Palun proovi uuesti :seconds sekundi prast.',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed' => 'Sisestatud mandaadid ei hti meie andmetega.',
    'password' => 'Sisestatud parool on vale.',
    'throttle' => 'Liiga palju ebannestunud sisselogimiskatseid. Palun proovi uuesti :seconds sekundi prast.',

);

Function Calls

None

Variables

None

Stats

MD5 00ee157b2afda502fef4341cb2c39457
Eval Count 0
Decode Time 100 ms