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( 'personal_api_keys' => 'Osobn API ke', 'api_key_warning' => '..

Decoded Output download

<?php

return array(
    'personal_api_keys' => 'Osobn API ke',
    'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
                    will not be visible to you again.',
    'api_base_url' => 'Your API base url is located at:',
    'api_base_url_endpoint' => '/&lt;endpoint&gt;',
    'api_token_expiration_time' => 'API tokens are set to expire in:',
    'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
                    find specific API endpoints and additional API documentation.',
    'profile_updated' => 'Account successfully updated',
);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'personal_api_keys' => 'Osobn API ke',
    'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
                    will not be visible to you again.',
    'api_base_url' => 'Your API base url is located at:',
    'api_base_url_endpoint' => '/&lt;endpoint&gt;',
    'api_token_expiration_time' => 'API tokens are set to expire in:',
    'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
                    find specific API endpoints and additional API documentation.',
    'profile_updated' => 'Account successfully updated',
);

Function Calls

None

Variables

None

Stats

MD5 93598753906481c213c476facbaab8e8
Eval Count 0
Decode Time 99 ms