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

Signing you up...

Thank you for signing up!

PHP Decode

@extends('layout.master') @section('content') <div class="panel panel-info"> <div cla..

Decoded Output download

<?  @extends('layout.master')

@section('content')
<div class="panel panel-info">
    <div class="panel-heading">
        <strong>Under Maintenance</strong>
    </div>
    <div class="panel-body">
        <p>We're currently under maintenance, come back shortly.</p>
    </div>
</div>
@stop
 ?>

Did this file decode correctly?

Original Code

@extends('layout.master')

@section('content')
<div class="panel panel-info">
    <div class="panel-heading">
        <strong>Under Maintenance</strong>
    </div>
    <div class="panel-body">
        <p>We're currently under maintenance, come back shortly.</p>
    </div>
</div>
@stop

Function Calls

None

Variables

None

Stats

MD5 ec2c1518f6493c189e3791e133ea3d68
Eval Count 0
Decode Time 119 ms