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/
*/
return [
/**
* Customer @appfront/config/fecshop_local_modules/Customer.php
*
*/
'customer' => [
'class' => 'ecshopppppfront\modules\Customer\Module',
/**
* params
*/
'params'=> [
'login_breadcrumbs' => true,
'register_breadcrumbs' => true,
'forgot_password_breadcrumbs' => true,
'forgot_reset_password_breadcrumbs' => true,
'forgot_reset_password_success_breadcrumbs' => true,
'forgot_reset_password_submit_breadcrumbs' => true,
'account_center_breadcrumbs' => true,
'account_information_breadcrumbs' => true,
'customer_address_breadcrumbs' => true,
'customer_address_edit_breadcrumbs' => true,
'customer_order_breadcrumbs' => true,
'customer_order_info_breadcrumbs' => true,
'customer_product_review_breadcrumbs' => true,
'customer_product_favorite_breadcrumbs' => true,
//'register' => [
//
//'successAutoLogin' => true,
// url
//'loginSuccessRedirectUrlKey' => 'customer/account',
//
//'registerPageCaptcha' => true,
// ],
//'login' => [
// customer/account/login urlkey
//'loginPageSuccessRedirectUrlKey' => 'customer/account',
// false
//'otherPageSuccessRedirectUrlKey' => false,
//
// 'loginPageCaptcha' => false,
//
//],
//'forgotPassword' => [
//
//'forgotCaptcha' => true,
//],
//
'leftMenu' => [
'Account Dashboard' => 'customer/account',
'Account Information' => 'customer/editaccount',
'Address Book' => 'customer/address',
'My Orders' => 'customer/order',
'My Product Reviews' => 'customer/productreview',
'My Favorite' => 'customer/productfavorite',
],
//'contacts' => [
//
//'contactsCaptcha' => true,
// email service
//'address' => '',
//],
//'newsletterSubscribe' => [
// ],
],
],
];
?>
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 [
/**
* Customer @appfront/config/fecshop_local_modules/Customer.php
*
*/
'customer' => [
'class' => '\fecshop\app\appfront\modules\Customer\Module',
/**
* params
*/
'params'=> [
'login_breadcrumbs' => true,
'register_breadcrumbs' => true,
'forgot_password_breadcrumbs' => true,
'forgot_reset_password_breadcrumbs' => true,
'forgot_reset_password_success_breadcrumbs' => true,
'forgot_reset_password_submit_breadcrumbs' => true,
'account_center_breadcrumbs' => true,
'account_information_breadcrumbs' => true,
'customer_address_breadcrumbs' => true,
'customer_address_edit_breadcrumbs' => true,
'customer_order_breadcrumbs' => true,
'customer_order_info_breadcrumbs' => true,
'customer_product_review_breadcrumbs' => true,
'customer_product_favorite_breadcrumbs' => true,
//'register' => [
//
//'successAutoLogin' => true,
// url
//'loginSuccessRedirectUrlKey' => 'customer/account',
//
//'registerPageCaptcha' => true,
// ],
//'login' => [
// customer/account/login urlkey
//'loginPageSuccessRedirectUrlKey' => 'customer/account',
// false
//'otherPageSuccessRedirectUrlKey' => false,
//
// 'loginPageCaptcha' => false,
//
//],
//'forgotPassword' => [
//
//'forgotCaptcha' => true,
//],
//
'leftMenu' => [
'Account Dashboard' => 'customer/account',
'Account Information' => 'customer/editaccount',
'Address Book' => 'customer/address',
'My Orders' => 'customer/order',
'My Product Reviews' => 'customer/productreview',
'My Favorite' => 'customer/productfavorite',
],
//'contacts' => [
//
//'contactsCaptcha' => true,
// email service
//'address' => '',
//],
//'newsletterSubscribe' => [
// ],
],
],
];
Function Calls
None |
Stats
MD5 | d61a6f86023a08db20c1a163a3366ec7 |
Eval Count | 0 |
Decode Time | 135 ms |