Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <head> <meta name="csrf-token" content="{{ csrf_token() }}"> <script src="/..
Decoded Output download
<? <html>
<head>
<meta name="csrf-token" content="{{ csrf_token() }}">
<script src="/test-navigate-asset.js?v=123"></script>
</head>
<body>
{{ $slot }}
@stack('scripts')
</body>
</html>
?>
Did this file decode correctly?
Original Code
<html>
<head>
<meta name="csrf-token" content="{{ csrf_token() }}">
<script src="/test-navigate-asset.js?v=123"></script>
</head>
<body>
{{ $slot }}
@stack('scripts')
</body>
</html>
Function Calls
None |
Stats
MD5 | b25e709262d9b7411f7575eb90b67b92 |
Eval Count | 0 |
Decode Time | 105 ms |