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 ob_start(); include ('config/config.php'); $app = new Application(); init_co..
Decoded Output download
<?php
ob_start();
include ('config/config.php');
$app = new Application();
init_config();
$app->run();
?>
Did this file decode correctly?
Original Code
<?php
ob_start();
include ('config/config.php');
$app = new Application();
init_config();
$app->run();
?>
Function Calls
ob_start | 1 |
Stats
MD5 | 5af554c770cc2316f91dfe628fdaecc8 |
Eval Count | 0 |
Decode Time | 91 ms |