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('layouts.admin') <?php // Define extension information. $EXTENSION_ID..
Decoded Output download
@extends('layouts.admin')
<?php
// Define extension information.
$EXTENSION_ID = "[id]";
$EXTENSION_NAME = "[name]";
$EXTENSION_VERSION = "[version]";
$EXTENSION_DESCRIPTION = "[description]";
$EXTENSION_ICON = "[icon]";
$EXTENSION_WEBSITE = "[website]";
$EXTENSION_WEBICON = "[webicon]";
?>
@include('blueprint.admin.template')
@section('title')
{{ $EXTENSION_NAME }}
@endsection
@section('content-header')
@yield('extension.header')
@endsection
@section('content')
@yield('extension.config')
@yield('extension.description')
Did this file decode correctly?
Original Code
@extends('layouts.admin')
<?php
// Define extension information.
$EXTENSION_ID = "[id]";
$EXTENSION_NAME = "[name]";
$EXTENSION_VERSION = "[version]";
$EXTENSION_DESCRIPTION = "[description]";
$EXTENSION_ICON = "[icon]";
$EXTENSION_WEBSITE = "[website]";
$EXTENSION_WEBICON = "[webicon]";
?>
@include('blueprint.admin.template')
@section('title')
{{ $EXTENSION_NAME }}
@endsection
@section('content-header')
@yield('extension.header')
@endsection
@section('content')
@yield('extension.config')
@yield('extension.description')
Function Calls
None |
Stats
MD5 | ffdc96dc8f2faf90c72723776acefdc2 |
Eval Count | 0 |
Decode Time | 112 ms |