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(); include("inc_koneksi.php"); if (!isset($_SESSION['admin_username'])) { ..

Decoded Output download

<?  session_start(); 
include("inc_koneksi.php"); 
if (!isset($_SESSION['admin_username'])) { 
    header("location:login.php"); ?>

Did this file decode correctly?

Original Code

session_start();
include("inc_koneksi.php");
if (!isset($_SESSION['admin_username'])) {
    header("location:login.php");

Function Calls

None

Variables

None

Stats

MD5 32332a6bb30404d399348a1fe77fa6b4
Eval Count 0
Decode Time 46 ms