Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@if($appHeader) {!! $appHeader !!} @else @if($appBanner) <div @if($appBannerStyleFullWidth..
Decoded Output download
<? @if($appHeader)
{!! $appHeader !!}
@else
@if($appBanner)
<div @if($appBannerStyleFullWidth)class="app-banner"@endif>
<div class="container">
<div class="row app-banner-padding @if(!$appBannerStyleFullWidth) app-banner @endif">
<div class="col-md-12 text-center">
@if($appDomain)
<a href="{{ $appDomain }}" class="links"><img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive"></a>
@else
<img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive">
@endif
</div>
</div>
</div>
</div>
@endif
@endif
?>
Did this file decode correctly?
Original Code
@if($appHeader)
{!! $appHeader !!}
@else
@if($appBanner)
<div @if($appBannerStyleFullWidth)class="app-banner"@endif>
<div class="container">
<div class="row app-banner-padding @if(!$appBannerStyleFullWidth) app-banner @endif">
<div class="col-md-12 text-center">
@if($appDomain)
<a href="{{ $appDomain }}" class="links"><img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive"></a>
@else
<img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive">
@endif
</div>
</div>
</div>
</div>
@endif
@endif
Function Calls
None |
Stats
MD5 | f1d461e8eba5eed73d433372c1e30936 |
Eval Count | 0 |
Decode Time | 88 ms |