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 array( 'asset_categories' => ' ', 'category_name' => ' ..

Decoded Output download

<?php

return array(
    'asset_categories' 					=> '   ',
    'category_name'  					=> '  ',
    'checkin_email'                     => 'Send email to user on checkin/checkout.',
    'checkin_email_notification'        => 'This user will be sent an email on checkin/checkout.',
    'clone'                             => ' ',
    'create'  							=> ' ',
    'edit'                              => ' ',
    'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
    'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
    'eula_text'							=> ' -   ',
    'eula_text_help'					=> '               .            ,       a    .',
    'name'                              => '  ',
    'require_acceptance'				=> '          .',
    'required_acceptance'				=> '        -       .',
    'required_eula'						=> '          -',
    'no_default_eula'					=> '      .    .',
    'update'  							=> ' ',
    'use_default_eula'					=> ' ,  <a href="#" data-toggle="modal" data-target="#eulaModal">   </a>.',
    'use_default_eula_disabled'			=> '<del> ,     .</del>       .      .',
    'use_default_eula_column'			=> 'Use default EULA',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'asset_categories' 					=> '   ',
    'category_name'  					=> '  ',
    'checkin_email'                     => 'Send email to user on checkin/checkout.',
    'checkin_email_notification'        => 'This user will be sent an email on checkin/checkout.',
    'clone'                             => ' ',
    'create'  							=> ' ',
    'edit'                              => ' ',
    'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
    'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
    'eula_text'							=> ' -   ',
    'eula_text_help'					=> '               .            ,       a    .',
    'name'                              => '  ',
    'require_acceptance'				=> '          .',
    'required_acceptance'				=> '        -       .',
    'required_eula'						=> '          -',
    'no_default_eula'					=> '      .    .',
    'update'  							=> ' ',
    'use_default_eula'					=> ' ,  <a href="#" data-toggle="modal" data-target="#eulaModal">   </a>.',
    'use_default_eula_disabled'			=> '<del> ,     .</del>       .      .',
    'use_default_eula_column'			=> 'Use default EULA',

);

Function Calls

None

Variables

None

Stats

MD5 90fcb433d17ab5c4bc8d06311498ebf3
Eval Count 0
Decode Time 74 ms