Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<!DOCTYPE html> <html lang="{{ str_replace('_','-',strtolower(app()->getLocale())) }}"> @i..
Decoded Output download
<? <!DOCTYPE html>
<html lang="{{ str_replace('_','-',strtolower(app()->getLocale())) }}">
@include('unicorn.layouts._header')
<body>
@include('unicorn.layouts._nav')
@yield('content')
@include('unicorn.layouts._footer')
</body>
@include('unicorn.layouts._script')
@section('js')
@show
</html>
?>
Did this file decode correctly?
Original Code
<!DOCTYPE html>
<html lang="{{ str_replace('_','-',strtolower(app()->getLocale())) }}">
@include('unicorn.layouts._header')
<body>
@include('unicorn.layouts._nav')
@yield('content')
@include('unicorn.layouts._footer')
</body>
@include('unicorn.layouts._script')
@section('js')
@show
</html>
Function Calls
None |
Stats
MD5 | d0d806979086876c96df77ed51468af9 |
Eval Count | 0 |
Decode Time | 113 ms |