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 define('DEBUG', 'on'); define('WEBPATH', realpath(__DIR__ . '/..')); // require WEBP..
Decoded Output download
<?php
define('DEBUG', 'on');
define('WEBPATH', realpath(__DIR__ . '/..'));
//
require WEBPATH . '/libs/lib_config.php';
$php->log->info("hello world");
?>
Did this file decode correctly?
Original Code
<?php
define('DEBUG', 'on');
define('WEBPATH', realpath(__DIR__ . '/..'));
//
require WEBPATH . '/libs/lib_config.php';
$php->log->info("hello world");
Function Calls
define | 1 |
Stats
MD5 | 842ef99424bce784a57d1f14c5b5552a |
Eval Count | 0 |
Decode Time | 107 ms |