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\Config\controllers;
use fecshopppppadmin\modules\Config\ConfigController;
use Yii;
/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class Apphtml5catalogController extends ConfigController
{
public $enableCsrfValidation = true;
public function actionManager()
{
$data = $this->getBlock()->getLastData();
return $this->render($this->action->id, $data);
}
public function actionManagersave()
{
$primaryKey = Yii::$service->customer->getPrimaryKey();
$data = $this->getBlock('manager')->save();
}
}
?>
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\Config\controllers;
use fecshop\app\appadmin\modules\Config\ConfigController;
use Yii;
/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class Apphtml5catalogController extends ConfigController
{
public $enableCsrfValidation = true;
public function actionManager()
{
$data = $this->getBlock()->getLastData();
return $this->render($this->action->id, $data);
}
public function actionManagersave()
{
$primaryKey = Yii::$service->customer->getPrimaryKey();
$data = $this->getBlock('manager')->save();
}
}
Function Calls
None |
Stats
MD5 | e8051009ecaad9e871815cf3dfa73e65 |
Eval Count | 0 |
Decode Time | 137 ms |