Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
session_start(); if (isset($_SESSION['admin_username'])) { header("location:admin_de..
Decoded Output download
<? session_start();
if (isset($_SESSION['admin_username'])) {
header("location:admin_depan.php");
} ?>
Did this file decode correctly?
Original Code
session_start();
if (isset($_SESSION['admin_username'])) {
header("location:admin_depan.php");
}
Function Calls
header | 1 |
session_start | 1 |
Stats
MD5 | bdc5c1b8f048d2110087c7fbfd7c6b7b |
Eval Count | 0 |
Decode Time | 53 ms |