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 require get_template_directory() . '/license.php'; $licensing = new Kan_Licensing_..

Decoded Output download

<?php 
require get_template_directory() . '/license.php'; 
$licensing = new Kan_Licensing_System( 
	'http://localhost/wordpress/server.json' 
); 
 ?>

Did this file decode correctly?

Original Code

<?php
require get_template_directory() . '/license.php';
$licensing = new Kan_Licensing_System(
	'http://localhost/wordpress/server.json'
);

Function Calls

get_template_directory 1

Variables

None

Stats

MD5 4558a8329e97e36a5d3778ed75669fe2
Eval Count 0
Decode Time 50 ms