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 /* Only the admin user is allowed to access this page */ if (dvwaCurrentUs..

Decoded Output download

<?php 
/* 
 
Only the admin user is allowed to access this page 
 
*/ 
 
if (dvwaCurrentUser() != "admin") { 
	print "Unauthorised"; 
	http_response_code(403); 
	exit; 
} 
?> 

Did this file decode correctly?

Original Code

<?php
/*

Only the admin user is allowed to access this page

*/

if (dvwaCurrentUser() != "admin") {
	print "Unauthorised";
	http_response_code(403);
	exit;
}
?>

Function Calls

dvwaCurrentUser 1

Variables

None

Stats

MD5 5a72a117071df6f7809764b23cdc3ef4
Eval Count 0
Decode Time 95 ms