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 'index/navigation.php'; ?> <?php include 'index/header.php'; ?> <?php ..
Decoded Output download
<?php include 'index/navigation.php'; ?>
<?php include 'index/header.php'; ?>
<?php include 'index/container.php'; ?>
<?php include 'index/content.php'; ?>
<?php include 'index/footer.php'; ?>
<?php include 'modal.php'; ?>
Did this file decode correctly?
Original Code
<?php include 'index/navigation.php'; ?>
<?php include 'index/header.php'; ?>
<?php include 'index/container.php'; ?>
<?php include 'index/content.php'; ?>
<?php include 'index/footer.php'; ?>
<?php include 'modal.php'; ?>
Function Calls
None |
Stats
MD5 | 48d21400bb76386fc7b1af0d4b180a6d |
Eval Count | 0 |
Decode Time | 93 ms |