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 /** * * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for licen..
Decoded Output download
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backup\Controller\Adminhtml\Index;
use Magento\Framework\Controller\ResultFactory;
class Grid extends \Magento\Backup\Controller\Adminhtml\Index
{
/**
* Backup list action
*
* @return \Magento\Framework\Controller\ResultInterface
*/
public function execute()
{
return $this->resultFactory->create(ResultFactory::TYPE_PAGE);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backup\Controller\Adminhtml\Index;
use Magento\Framework\Controller\ResultFactory;
class Grid extends \Magento\Backup\Controller\Adminhtml\Index
{
/**
* Backup list action
*
* @return \Magento\Framework\Controller\ResultInterface
*/
public function execute()
{
return $this->resultFactory->create(ResultFactory::TYPE_PAGE);
}
}
Function Calls
None |
Stats
MD5 | 07b67515d3fa82c7b107a6b73024556a |
Eval Count | 0 |
Decode Time | 82 ms |