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 /** * ZenTaoPHP * The front class file of ZenTaoPHP framework. * * The author di..

Decoded Output download

<?php
/**
 * ZenTaoPHP
 * The front class file of ZenTaoPHP framework.
 *
 * The author disclaims copyright to this source code.  In place of
 * a legal notice, here is a blessing:
 * 
 *  May you do good and not evil.
 *  May you find forgiveness for yourself and forgive others.
 *  May you share freely, never taking more than you give.
 */

helper::import(dirname(dirname(__FILE__)) . '/base/front/front.class.php');
/**
 * htmlhtml
 * The html class, to build html tags.
 * 
 * @package framework
 */
class html extends baseHTML
{
}

/**
 * JS
 * JS class.
 * 
 * @package front
 */
class js extends baseJS
{
}

/**
 * css
 * css class.
 *
 * @package front
 */
class css extends baseCSS
{
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * ZenTaoPHP
 * The front class file of ZenTaoPHP framework.
 *
 * The author disclaims copyright to this source code.  In place of
 * a legal notice, here is a blessing:
 * 
 *  May you do good and not evil.
 *  May you find forgiveness for yourself and forgive others.
 *  May you share freely, never taking more than you give.
 */

helper::import(dirname(dirname(__FILE__)) . '/base/front/front.class.php');
/**
 * htmlhtml
 * The html class, to build html tags.
 * 
 * @package framework
 */
class html extends baseHTML
{
}

/**
 * JS
 * JS class.
 * 
 * @package front
 */
class js extends baseJS
{
}

/**
 * css
 * css class.
 *
 * @package front
 */
class css extends baseCSS
{
}

Function Calls

None

Variables

None

Stats

MD5 2ad1f1dc93f78cf199ba4aa7d845cb93
Eval Count 0
Decode Time 99 ms