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 [
'image' => [
'class' => 'fecshop\services\Image',
/*
'imageFloder' => 'media/upload',
'maxUploadMSize' => 2, // MB
'allowImgType' => [
'image/jpeg',
'image/gif',
'image/png',
'image/jpg',
'image/pjpeg',
],
*/
],
];
?>
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 [
'image' => [
'class' => 'fecshop\services\Image',
/*
'imageFloder' => 'media/upload',
'maxUploadMSize' => 2, // MB
'allowImgType' => [
'image/jpeg',
'image/gif',
'image/png',
'image/jpg',
'image/pjpeg',
],
*/
],
];
Function Calls
None |
Stats
MD5 | 8ab4fbe0473321c56d145e539eb823f7 |
Eval Count | 0 |
Decode Time | 103 ms |