Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $to_include = $_GET['file']; require_once($to_include); ?>..
Decoded Output download
<?php
$to_include = $_GET['file'];
require_once($to_include);
?>
Did this file decode correctly?
Original Code
<?php
$to_include = $_GET['file'];
require_once($to_include);
?>
Function Calls
None |
Stats
MD5 | 424a02f28e8761f8b993c392d9f3b355 |
Eval Count | 0 |
Decode Time | 128 ms |