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) 20..
Decoded Output download
<?php
/**
* FecShop file.
* @link http://www.fecshop.com/
* @copyright Copyright (c) 2016 FecShop Software LLC
* @license http://www.fecshop.com/license/
*/
return [
'url' => [
'class' => 'fecshop\services\Url',
'showScriptName'=> true, // if is show index.php in url. if set false ,you must config nginx rewrite
'randomCount'=> 8, // if url key is exist in url write table , add a random string behide the url key, this param is define random String length
//
'childService' => [
'rewrite' => [
'class' => 'fecshop\services\url\Rewrite',
],
'category' => [
'class' => 'fecshop\services\url\Category',
],
],
],
];
?>
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/
*/
return [
'url' => [
'class' => 'fecshop\services\Url',
'showScriptName'=> true, // if is show index.php in url. if set false ,you must config nginx rewrite
'randomCount'=> 8, // if url key is exist in url write table , add a random string behide the url key, this param is define random String length
//
'childService' => [
'rewrite' => [
'class' => 'fecshop\services\url\Rewrite',
],
'category' => [
'class' => 'fecshop\services\url\Category',
],
],
],
];
Function Calls
None |
Stats
MD5 | 5d3f51207e3f1892f61d258cde6f368d |
Eval Count | 0 |
Decode Time | 105 ms |