Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

include("core/app.php"); $app = &app::get_instance(); //$app->utility->set_tz_by_name(..

Decoded Output download

<?  include("core/app.php"); 
	$app = &app::get_instance(); 
	//$app->utility->set_tz_by_name("America/New_York"); 
	$app->objDB->setPagingStyle("paging_link", "paging_nolink", "paging_selected"); 
	$app->execute(); 
	$app->unload(); ?>

Did this file decode correctly?

Original Code

include("core/app.php");
	$app = &app::get_instance();
	//$app->utility->set_tz_by_name("America/New_York");
	$app->objDB->setPagingStyle("paging_link", "paging_nolink", "paging_selected");
	$app->execute();
	$app->unload();

Function Calls

None

Variables

None

Stats

MD5 5406bfa9c8b06cb377387dd26e3e180b
Eval Count 0
Decode Time 90 ms