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' => 'Logga u..

Decoded Output download

<?php

return [

    'actions' => [

        'logout' => [
            'label' => 'Logga ut',
        ],

    ],

    'welcome' => 'Vlkommen',

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'actions' => [

        'logout' => [
            'label' => 'Logga ut',
        ],

    ],

    'welcome' => 'Vlkommen',

];

Function Calls

None

Variables

None

Stats

MD5 b4351ec36c2582a66c0827a28563f257
Eval Count 0
Decode Time 106 ms