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 /** * @link https://www.humhub.org/ * @copyright Copyright (c) 2017 HumHub GmbH &..
Decoded Output download
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*
*/
namespace humhubssets;
use humhub\componentsssets\WebStaticAssetBundle;
class HighlightJsAsset extends WebStaticAssetBundle
{
/**
* @inheritdoc
*/
public $js = ['js/highlight.js/highlight.pack.js'];
/**
* @inheritdoc
*/
public $depends = [
HighlightJsStyleAsset::class,
];
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*
*/
namespace humhub\assets;
use humhub\components\assets\WebStaticAssetBundle;
class HighlightJsAsset extends WebStaticAssetBundle
{
/**
* @inheritdoc
*/
public $js = ['js/highlight.js/highlight.pack.js'];
/**
* @inheritdoc
*/
public $depends = [
HighlightJsStyleAsset::class,
];
}
Function Calls
None |
Stats
MD5 | 464c43fc9daefbaed70b55097f98c9fd |
Eval Count | 0 |
Decode Time | 83 ms |