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 [ /* |-------------------------------------------------------------..

Decoded Output download

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Mail auto embed
    |--------------------------------------------------------------------------
    |
    | If true, images will be automatically embedded.
    | If false, only images with the 'data-auto-embed' attribute will be embedded
    |
    */

    'enabled' => env('MAIL_AUTO_EMBED', true),

    /*
    |--------------------------------------------------------------------------
    | Mail embed method
    |--------------------------------------------------------------------------
    |
    | Supported: "attachment", "base64"
    |
    */

    'method' => env('MAIL_AUTO_EMBED_METHOD', 'attachment'),

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Mail auto embed
    |--------------------------------------------------------------------------
    |
    | If true, images will be automatically embedded.
    | If false, only images with the 'data-auto-embed' attribute will be embedded
    |
    */

    'enabled' => env('MAIL_AUTO_EMBED', true),

    /*
    |--------------------------------------------------------------------------
    | Mail embed method
    |--------------------------------------------------------------------------
    |
    | Supported: "attachment", "base64"
    |
    */

    'method' => env('MAIL_AUTO_EMBED_METHOD', 'attachment'),

];

Function Calls

None

Variables

None

Stats

MD5 f53655e8b6fe1db19378d1a10a4f228e
Eval Count 0
Decode Time 135 ms