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 /** * FecShop file. * * @link http://www.fecshop.com/ * @copyright Copyright (c)..

Decoded Output download

<?php
/**
 * FecShop file.
 *
 * @link http://www.fecshop.com/
 * @copyright Copyright (c) 2016 FecShop Software LLC
 * @license http://www.fecshop.com/license/
 */
namespace fecshopppppadmin\modules\Fecadmin\controllers;
use fecshopppppadmin\modules\AppadminController;
/**
 * @author Terry Zhao <[email protected]>
 * @since 1.0
 */
class MyaccountController extends AppadminController
{
	public $enableCsrfValidation = true;
    public $blockNamespace = 'fecshop\app\appadmin\modules\Fecadmin\block';

    # 
    public function actionIndex()
    {
		$data = $this->getBlock()->getLastData();
		return $this->render($this->action->id,$data);
	}

}








 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * FecShop file.
 *
 * @link http://www.fecshop.com/
 * @copyright Copyright (c) 2016 FecShop Software LLC
 * @license http://www.fecshop.com/license/
 */
namespace fecshop\app\appadmin\modules\Fecadmin\controllers;
use fecshop\app\appadmin\modules\AppadminController;
/**
 * @author Terry Zhao <[email protected]>
 * @since 1.0
 */
class MyaccountController extends AppadminController
{
	public $enableCsrfValidation = true;
    public $blockNamespace = 'fecshop\\app\\appadmin\\modules\\Fecadmin\\block';

    # 
    public function actionIndex()
    {
		$data = $this->getBlock()->getLastData();
		return $this->render($this->action->id,$data);
	}

}








Function Calls

None

Variables

None

Stats

MD5 20af8ac994f74e65edf81a7323a2b55c
Eval Count 0
Decode Time 92 ms