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 /* @author dhtmlx.com @license GPL, see license.txt */ require_once("dataview_co..

Decoded Output download

<?php
/*
	@author dhtmlx.com
	@license GPL, see license.txt
*/

	require_once("dataview_connector.php");
	

/*! Connector class for DataView
**/
class ChartConnector extends DataViewConnector{
	public function __construct($res,$type=false,$item_type=false,$data_type=false){
		parent::__construct($res,$type,$item_type,$data_type);
	}
}

?>

Did this file decode correctly?

Original Code

<?php
/*
	@author dhtmlx.com
	@license GPL, see license.txt
*/

	require_once("dataview_connector.php");
	

/*! Connector class for DataView
**/
class ChartConnector extends DataViewConnector{
	public function __construct($res,$type=false,$item_type=false,$data_type=false){
		parent::__construct($res,$type,$item_type,$data_type);
	}
}

?>

Function Calls

None

Variables

None

Stats

MD5 8f24691a96c7f84fbdc159a855187ed5
Eval Count 0
Decode Time 104 ms