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 license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Controller\Adminhtml\System;
use Magento\Backend\App\Action;
/**
* Adminhtml account controller
*
* @author Magento Core Team <[email protected]>
*/
abstract class Account extends Action
{
/**
* Authorization level of a basic admin session
*
* @see _isAllowed()
*/
const ADMIN_RESOURCE = 'Magento_Backend::myaccount';
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Controller\Adminhtml\System;
use Magento\Backend\App\Action;
/**
* Adminhtml account controller
*
* @author Magento Core Team <[email protected]>
*/
abstract class Account extends Action
{
/**
* Authorization level of a basic admin session
*
* @see _isAllowed()
*/
const ADMIN_RESOURCE = 'Magento_Backend::myaccount';
}
Function Calls
| None |
Stats
| MD5 | ac0103f7d0e86c537084f29363749b2a |
| Eval Count | 0 |
| Decode Time | 90 ms |