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 include dirname(__FILE__)."/includes/config.php"; include dirname(__FILE__)."/inc..
Decoded Output download
<?php
include dirname(__FILE__)."/includes/config.php";
include dirname(__FILE__)."/includes/function_slug.php";
$static_page = "Privacy Policy - " . TITLE_SITE;
$style = isset($_GET['style']) ? $_GET['style'] : NULL;
include dirname(__FILE__)."/templates/".TEMPLATE."/header.php";
include dirname(__FILE__)."/templates/".TEMPLATE."/policy.php";
include dirname(__FILE__)."/templates/".TEMPLATE."/footer.php";
?>
Did this file decode correctly?
Original Code
<?php
include dirname(__FILE__)."/includes/config.php";
include dirname(__FILE__)."/includes/function_slug.php";
$static_page = "Privacy Policy - " . TITLE_SITE;
$style = isset($_GET['style']) ? $_GET['style'] : NULL;
include dirname(__FILE__)."/templates/".TEMPLATE."/header.php";
include dirname(__FILE__)."/templates/".TEMPLATE."/policy.php";
include dirname(__FILE__)."/templates/".TEMPLATE."/footer.php";
?>
Function Calls
| dirname | 1 |
Stats
| MD5 | 9c1fb8575b05d0e0f275be702e06ac38 |
| Eval Count | 0 |
| Decode Time | 92 ms |