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