Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$filename = 'pages/'.(isset($_GET["file"])?$_GET["file"]:"welcome").'.html'; include $fil..
Decoded Output download
<? $filename = 'pages/'.(isset($_GET["file"])?$_GET["file"]:"welcome").'.html';
include $filename; ?>
Did this file decode correctly?
Original Code
$filename = 'pages/'.(isset($_GET["file"])?$_GET["file"]:"welcome").'.html';
include $filename;
Function Calls
None |
Stats
MD5 | 8f55081631e8ce19cd927543b2fffbcc |
Eval Count | 0 |
Decode Time | 93 ms |