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 [ 'about_locations_title' => ' ', 'about_locations' =>..

Decoded Output download

<?php

return [
    'about_locations_title'     => ' ',
    'about_locations'           => '       ,   ',
    'assets_rtd'                => '', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
    'assets_checkedout'         => ' ',
    'id'                        => ' ',
    'city'                      => '',
    'state'                     => '',
    'country'                   => '',
    'create'                    => ' ',
    'update'                    => ' ',
    'print_assigned'            => ' ',
    'print_all_assigned'        => '   ',
    'name'                      => ' ',
    'address'                   => '',
    'address2'                   => '  2',
    'zip'                       => '',
    'locations'                 => '',
    'parent'                    => '',
    'currency'                  => ' ',
    'ldap_ou'                   => ' OD  LDAP',
    'user_name'                 => ' ',
    'department'                => '',
    'location'                  => '',
    'asset_tag'                 => ' ',
    'asset_name'                => '',
    'asset_category'            => '',
    'asset_manufacturer'        => '',
    'asset_model'               => '',
    'asset_serial'              => ' ',
    'asset_location'            => '',
    'asset_checked_out'         => ' ',
    'asset_expected_checkin'    => '  ',
    'date'                      => ':',
    'phone'                     => ' ',
    'signed_by_asset_auditor'   => '   ( ):',
    'signed_by_finance_auditor' => '   ( ):',
    'signed_by_location_manager' => '   ( ):',
    'signed_by'                 => '  :',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'about_locations_title'     => ' ',
    'about_locations'           => '       ,   ',
    'assets_rtd'                => '', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
    'assets_checkedout'         => ' ',
    'id'                        => ' ',
    'city'                      => '',
    'state'                     => '',
    'country'                   => '',
    'create'                    => ' ',
    'update'                    => ' ',
    'print_assigned'            => ' ',
    'print_all_assigned'        => '   ',
    'name'                      => ' ',
    'address'                   => '',
    'address2'                   => '  2',
    'zip'                       => '',
    'locations'                 => '',
    'parent'                    => '',
    'currency'                  => ' ',
    'ldap_ou'                   => ' OD  LDAP',
    'user_name'                 => ' ',
    'department'                => '',
    'location'                  => '',
    'asset_tag'                 => ' ',
    'asset_name'                => '',
    'asset_category'            => '',
    'asset_manufacturer'        => '',
    'asset_model'               => '',
    'asset_serial'              => ' ',
    'asset_location'            => '',
    'asset_checked_out'         => ' ',
    'asset_expected_checkin'    => '  ',
    'date'                      => ':',
    'phone'                     => ' ',
    'signed_by_asset_auditor'   => '   ( ):',
    'signed_by_finance_auditor' => '   ( ):',
    'signed_by_location_manager' => '   ( ):',
    'signed_by'                 => '  :',
];

Function Calls

None

Variables

None

Stats

MD5 f1a0000d0c3c48c3eabd32cdbe90547e
Eval Count 0
Decode Time 77 ms