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 [ 'bulk_delete' => ' ', 'bulk_restore' => 'Confirm Bulk Re..

Decoded Output download

<?php

return [
    'bulk_delete'		=> '     ',
    'bulk_restore'      => 'Confirm Bulk Restore Assets', 
  'bulk_delete_help'	=> '       .    ,       ,        .',
  'bulk_restore_help'	=> 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
  'bulk_delete_warn'	=> '  :assets_count  .',
  'bulk_restore_warn'	=> 'You are about to restore :asset_count assets.',
    'bulk_update'		=> '    ',
    'bulk_update_help'	=> '         .        .        . ',
    'bulk_update_warn'	=> 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
    'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
    'bulk_update_model_prefix' => 'On Models', 
    'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
    'checkedout_to'		=> ' ',
    'checkout_date'		=> '  ',
    'checkin_date'		=> '  ',
    'checkout_to'		=> ' ',
    'cost'				=> ' ',
    'create'			=> '  ',
    'date'				=> '  ',
    'depreciation'	    => ' ',
    'depreciates_on'	=> '  ',
    'default_location'	=> ' ',
    'default_location_phone' => 'Default Location Phone',
    'eol_date'			=> 'EOL ',
    'eol_rate'			=> ' ',
    'expected_checkin'  => '   ',
    'expires'			=> '',
    'fully_depreciated'	=> ' ',
    'help_checkout'		=> '        ,  "Ready to Deploy"   . ',
    'mac_address'		=> 'MAC ',
    'manufacturer'		=> '',
    'model'				=> '',
    'months'			=> '',
    'name'				=> '   ',
    'notes'				=> '',
    'order'				=> '  ',
    'qr'				=> 'QR ',
    'requestable'		=> '      ',
    'redirect_to_all'   => 'Return to all :type',
    'redirect_to_type'   => 'Go to :type',
    'redirect_to_checked_out_to'   => 'Go to Checked Out to',
    'select_statustype'	=> ' ',
    'serial'			=> ' ',
    'status'			=> '',
    'tag'				=> '   ',
    'update'			=> '   ',
    'warranty'			=> '',
        'warranty_expires'		=> ' ',
    'years'				=> '',
    'asset_location' => 'Update Asset Location',
    'asset_location_update_default_current' => 'Update default location AND actual location',
    'asset_location_update_default' => 'Update only default location',
    'asset_location_update_actual' => 'Update only actual location',
    'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
    'asset_deployable' => 'That status is deployable. This asset can be checked out.',
    'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
    'optional_infos'  => 'Optional Information',
    'order_details'   => 'Order Related Information'
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'bulk_delete'		=> '     ',
    'bulk_restore'      => 'Confirm Bulk Restore Assets', 
  'bulk_delete_help'	=> '       .    ,       ,        .',
  'bulk_restore_help'	=> 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
  'bulk_delete_warn'	=> '  :assets_count  .',
  'bulk_restore_warn'	=> 'You are about to restore :asset_count assets.',
    'bulk_update'		=> '    ',
    'bulk_update_help'	=> '         .        .        . ',
    'bulk_update_warn'	=> 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
    'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
    'bulk_update_model_prefix' => 'On Models', 
    'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
    'checkedout_to'		=> ' ',
    'checkout_date'		=> '  ',
    'checkin_date'		=> '  ',
    'checkout_to'		=> ' ',
    'cost'				=> ' ',
    'create'			=> '  ',
    'date'				=> '  ',
    'depreciation'	    => ' ',
    'depreciates_on'	=> '  ',
    'default_location'	=> ' ',
    'default_location_phone' => 'Default Location Phone',
    'eol_date'			=> 'EOL ',
    'eol_rate'			=> ' ',
    'expected_checkin'  => '   ',
    'expires'			=> '',
    'fully_depreciated'	=> ' ',
    'help_checkout'		=> '        ,  "Ready to Deploy"   . ',
    'mac_address'		=> 'MAC ',
    'manufacturer'		=> '',
    'model'				=> '',
    'months'			=> '',
    'name'				=> '   ',
    'notes'				=> '',
    'order'				=> '  ',
    'qr'				=> 'QR ',
    'requestable'		=> '      ',
    'redirect_to_all'   => 'Return to all :type',
    'redirect_to_type'   => 'Go to :type',
    'redirect_to_checked_out_to'   => 'Go to Checked Out to',
    'select_statustype'	=> ' ',
    'serial'			=> ' ',
    'status'			=> '',
    'tag'				=> '   ',
    'update'			=> '   ',
    'warranty'			=> '',
        'warranty_expires'		=> ' ',
    'years'				=> '',
    'asset_location' => 'Update Asset Location',
    'asset_location_update_default_current' => 'Update default location AND actual location',
    'asset_location_update_default' => 'Update only default location',
    'asset_location_update_actual' => 'Update only actual location',
    'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
    'asset_deployable' => 'That status is deployable. This asset can be checked out.',
    'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
    'optional_infos'  => 'Optional Information',
    'order_details'   => 'Order Related Information'
];

Function Calls

None

Variables

None

Stats

MD5 4d36205a6bddf8d79b338d0d7e5f5c14
Eval Count 0
Decode Time 77 ms