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\Catalog;
/*
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
use fecshopppppadmin\modules\AppadminController;
class CatalogController extends AppadminController
{
//public function getViewPath()
//{
// return Yii::getAlias('@fecshop/app/appadmin/modules/Catalog/views') . DIRECTORY_SEPARATOR . $this->id;
//}
}
?>
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\Catalog;
/*
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
use fecshop\app\appadmin\modules\AppadminController;
class CatalogController extends AppadminController
{
//public function getViewPath()
//{
// return Yii::getAlias('@fecshop/app/appadmin/modules/Catalog/views') . DIRECTORY_SEPARATOR . $this->id;
//}
}
Function Calls
None |
Stats
MD5 | ac278c242be44296eabe560d93a1198b |
Eval Count | 0 |
Decode Time | 126 ms |