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 [ 'actions' => [ 'logout' => [ 'label' => 'Odjava'..

Decoded Output download

<?php

return [

    'actions' => [

        'logout' => [
            'label' => 'Odjava',
        ],

    ],

    'welcome' => 'Dobrodoli',

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

        'logout' => [
            'label' => 'Odjava',
        ],

    ],

    'welcome' => 'Dobrodoli',

];

Function Calls

None

Variables

None

Stats

MD5 ece04ce2427f787e693340fb6d482737
Eval Count 0
Decode Time 89 ms