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 $version = include 'config/version.php'; echo $version; ..
Decoded Output download
<?php
$version = include 'config/version.php';
echo $version;
?>
Did this file decode correctly?
Original Code
<?php
$version = include 'config/version.php';
echo $version;
Function Calls
None |
Stats
MD5 | 76b85bb48dc1d9f13ab2b40a8692d36c |
Eval Count | 0 |
Decode Time | 113 ms |