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($scheduledMaintenance->isNotEmpty()) <div class="section-scheduled"> @include('par..

Decoded Output download

<?  @if($scheduledMaintenance->isNotEmpty())
<div class="section-scheduled">
    @include('partials.schedule')
</div>
@endif
 ?>

Did this file decode correctly?

Original Code

@if($scheduledMaintenance->isNotEmpty())
<div class="section-scheduled">
    @include('partials.schedule')
</div>
@endif

Function Calls

None

Variables

None

Stats

MD5 92179bb45f685b27fe2f6bd1522805dc
Eval Count 0
Decode Time 132 ms