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_assets_title' => ' ', 'about_assets_text' ..

Decoded Output download

<?php

return [
    'about_assets_title'           => ' ',
    'about_assets_text'            => '         .        ,    .',
    'archived'  				=> '',
    'asset'  					=> '',
    'bulk_checkout'             => ' ',
    'bulk_checkin'              => '  ',
    'checkin'  					=> '',
    'checkout'  				=> ' Checkout',
    'clone'  					=> ' ',
    'deployable'  				=> ' ',
    'deleted'  					=> '  .',
    'delete_confirm'            => 'Are you sure you want to delete this asset?',
    'edit'  					=> ' ',
    'model_deleted'  			=> '   .         .',
    'model_invalid'             => 'This model for this asset is invalid.',
    'model_invalid_fix'         => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.',
    'requestable'               => ' ',
    'requested'				    => '',
    'not_requestable'           => 'Not Requestable',
    'requestable_status_warning' => 'Do not change requestable status',
    'restore'  					=> ' ',
    'pending'  					=> ' ',
    'undeployable'  			=> '  ',
    'undeployable_tooltip'  	=> 'This asset has a status label that is undeployable and cannot be checked out at this time.',
    'view'  					=> ' ',
    'csv_error' => '   -CSV :',
    'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user.  Excluding the Checkin Date column will create a checkin date with todays date.</p>
    ',
    'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
    'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
    'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
    'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
    'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
    'error_messages' => ':',
    'success_messages' => ':',
    'alert_details' => '   .',
    'custom_export' => ' ',
    'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
    'user_department' => ' ',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'about_assets_title'           => ' ',
    'about_assets_text'            => '         .        ,    .',
    'archived'  				=> '',
    'asset'  					=> '',
    'bulk_checkout'             => ' ',
    'bulk_checkin'              => '  ',
    'checkin'  					=> '',
    'checkout'  				=> ' Checkout',
    'clone'  					=> ' ',
    'deployable'  				=> ' ',
    'deleted'  					=> '  .',
    'delete_confirm'            => 'Are you sure you want to delete this asset?',
    'edit'  					=> ' ',
    'model_deleted'  			=> '   .         .',
    'model_invalid'             => 'This model for this asset is invalid.',
    'model_invalid_fix'         => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.',
    'requestable'               => ' ',
    'requested'				    => '',
    'not_requestable'           => 'Not Requestable',
    'requestable_status_warning' => 'Do not change requestable status',
    'restore'  					=> ' ',
    'pending'  					=> ' ',
    'undeployable'  			=> '  ',
    'undeployable_tooltip'  	=> 'This asset has a status label that is undeployable and cannot be checked out at this time.',
    'view'  					=> ' ',
    'csv_error' => '   -CSV :',
    'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user.  Excluding the Checkin Date column will create a checkin date with todays date.</p>
    ',
    'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
    'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
    'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
    'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
    'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
    'error_messages' => ':',
    'success_messages' => ':',
    'alert_details' => '   .',
    'custom_export' => ' ',
    'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
    'user_department' => ' ',
];

Function Calls

None

Variables

None

Stats

MD5 5ff465d6938e0f983b5072c64349c332
Eval Count 0
Decode Time 131 ms