Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

{{-- Fetch in our standard export styles --}} <style> @if (!app()->runningUnitTests())..

Decoded Output download

<?  {{-- Fetch in our standard export styles --}}
<style>
    @if (!app()->runningUnitTests())
        {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
    @endif
</style>

{{-- Apply any additional styles that can't be applied via our standard SCSS export styles --}}
@if ($format === 'pdf')
    <style>
        /* Patches for CSS variable colors within PDF exports */
        a {
            color: {{ setting('app-link') }};
        }

        blockquote {
            border-left-color: {{ setting('app-color') }};
        }
    </style>
@endif ?>

Did this file decode correctly?

Original Code

{{-- Fetch in our standard export styles --}}
<style>
    @if (!app()->runningUnitTests())
        {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
    @endif
</style>

{{-- Apply any additional styles that can't be applied via our standard SCSS export styles --}}
@if ($format === 'pdf')
    <style>
        /* Patches for CSS variable colors within PDF exports */
        a {
            color: {{ setting('app-link') }};
        }

        blockquote {
            border-left-color: {{ setting('app-color') }};
        }
    </style>
@endif

Function Calls

None

Variables

None

Stats

MD5 27cd10eb6fd1d9c0ba25862be38890a4
Eval Count 0
Decode Time 103 ms