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 [ 'title' => 'Vedlikehold av eiendel', 'asset_na..

Decoded Output download

<?php

    return [
        'title'         => 'Vedlikehold av eiendel',
        'asset_name'    => 'Navn',
        'is_warranty'   => 'Garanti',
        'dl_csv'        => 'Last ned CSV',
    ];
 ?>

Did this file decode correctly?

Original Code

<?php

    return [
        'title'         => 'Vedlikehold av eiendel',
        'asset_name'    => 'Navn',
        'is_warranty'   => 'Garanti',
        'dl_csv'        => 'Last ned CSV',
    ];

Function Calls

None

Variables

None

Stats

MD5 2435325ad08dbea61a364544a1fa58ea
Eval Count 0
Decode Time 91 ms