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 echo ''; if (!$_SESSION["UserIDAD"]) { Header("Location: loginadmin.php"); ..

Decoded Output download

<?php  
echo ''; 
if (!$_SESSION["UserIDAD"]) { 
    Header("Location: loginadmin.php"); 
} else {; 
    echo ''; 
    require_once ("connect.php");; 
    echo '<html> ?>

Did this file decode correctly?

Original Code

<?php 
echo '';
if (!$_SESSION["UserIDAD"]) {
    Header("Location: loginadmin.php");
} else {;
    echo '';
    require_once ("connect.php");;
    echo '<html>

Function Calls

None

Variables

None

Stats

MD5 e24cf83b4b28dc6b28918b2e086dc377
Eval Count 0
Decode Time 81 ms