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

Signing you up...

Thank you for signing up!

PHP Decode

{{-- Template Name: Custom Template --}} @extends('layouts.app') @section('content') ..

Decoded Output download

<?  {{--
  Template Name: Custom Template
--}}

@extends('layouts.app')

@section('content')
  @while(have_posts()) @php(the_post())
    @include('partials.page-header')
    @include('partials.content-page')
  @endwhile
@endsection
 ?>

Did this file decode correctly?

Original Code

{{--
  Template Name: Custom Template
--}}

@extends('layouts.app')

@section('content')
  @while(have_posts()) @php(the_post())
    @include('partials.page-header')
    @include('partials.content-page')
  @endwhile
@endsection

Function Calls

None

Variables

None

Stats

MD5 84f4713a2f50b8c35f590459ddd82289
Eval Count 0
Decode Time 83 ms