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 if (in_array("spp", $_SESSION['admin_akses'])) { ?> ..
Decoded Output download
<?php if (in_array("spp", $_SESSION['admin_akses'])) { ?>
<li><a href="admin_spp.php">Halaman SPP</a></li>
<?php } ?>
<li><a href="logout.php">Logout >></a></>
Did this file decode correctly?
Original Code
<?php if (in_array("spp", $_SESSION['admin_akses'])) { ?>
<li><a href="admin_spp.php">Halaman SPP</a></li>
<?php } ?>
<li><a href="logout.php">Logout >></a></>
Function Calls
in_array | 1 |
Stats
MD5 | 4d30e33e091675415b683ce1a60afea9 |
Eval Count | 0 |
Decode Time | 43 ms |