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 /** * Password Reminder Language Lines * The following language lines are the defa..

Decoded Output download

<?php
/**
 * 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.
 */
return [

    'password' => 'Gesla morajo biti najmanj osem znakov dolga in se morajo ujemati s potrditvijo.',
    'user' => "Ne moremo najti uporabnika s tem e-potnim naslovom.",
    'token' => 'eton za ponastavitev gesla ni veljaven za ta e-potni naslov.',
    'sent' => 'Poslali smo vam povezavo za ponastavitev gesla!',
    'reset' => 'Vae geslo je bilo ponastavljeno!',

];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * 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.
 */
return [

    'password' => 'Gesla morajo biti najmanj osem znakov dolga in se morajo ujemati s potrditvijo.',
    'user' => "Ne moremo najti uporabnika s tem e-potnim naslovom.",
    'token' => 'eton za ponastavitev gesla ni veljaven za ta e-potni naslov.',
    'sent' => 'Poslali smo vam povezavo za ponastavitev gesla!',
    'reset' => 'Vae geslo je bilo ponastavljeno!',

];

Function Calls

None

Variables

None

Stats

MD5 2aa94ec8f67be917bdfb260b75c55ec7
Eval Count 0
Decode Time 82 ms