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 /** * Passbolt ~ Open source password manager for teams * Copyright (c) Passbolt S..
Decoded Output download
<?php
/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 2.13.0
* @var \App\View\AppView $this
* @var mixed $report
*/
use Cake\Core\Configure;
?>
<!doctype html>
<html class="passbolt no-js version launching no-passboltplugin" lang="en">
<head>
<?= $this->Html->charset() ?>
<title><?= Configure::read('passbolt.meta.title'); ?> | <?= $this->fetch('title') ?></title>
<?= $this->element('Header/meta') ?>
<?= $this->Html->css('themes/default/api_reports.min.css?v=' . Configure::read('passbolt.version')); ?>
</head>
<body spellcheck="false" class="report report-html">
<div id="container" class="report report-html <?php echo $this->fetch('page_classes') ?>">
<div class="grid">
<?php echo $this->element('Common/reportHeader', [ 'report' => $report]); ?>
<div class="report-content">
<?php echo $this->element('Common/reportDescription', [ 'report' => $report]); ?>
<?php echo $this->fetch('content'); ?>
</div>
</div>
</div>
<?php echo $this->fetch('scriptBottom'); ?>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
/**
* Passbolt ~ Open source password manager for teams
* Copyright (c) Passbolt SA (https://www.passbolt.com)
*
* Licensed under GNU Affero General Public License version 3 of the or any later version.
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Passbolt SA (https://www.passbolt.com)
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
* @link https://www.passbolt.com Passbolt(tm)
* @since 2.13.0
* @var \App\View\AppView $this
* @var mixed $report
*/
use Cake\Core\Configure;
?>
<!doctype html>
<html class="passbolt no-js version launching no-passboltplugin" lang="en">
<head>
<?= $this->Html->charset() ?>
<title><?= Configure::read('passbolt.meta.title'); ?> | <?= $this->fetch('title') ?></title>
<?= $this->element('Header/meta') ?>
<?= $this->Html->css('themes/default/api_reports.min.css?v=' . Configure::read('passbolt.version')); ?>
</head>
<body spellcheck="false" class="report report-html">
<div id="container" class="report report-html <?php echo $this->fetch('page_classes') ?>">
<div class="grid">
<?php echo $this->element('Common/reportHeader', [ 'report' => $report]); ?>
<div class="report-content">
<?php echo $this->element('Common/reportDescription', [ 'report' => $report]); ?>
<?php echo $this->fetch('content'); ?>
</div>
</div>
</div>
<?php echo $this->fetch('scriptBottom'); ?>
</body>
</html>
Function Calls
None |
Stats
MD5 | 37ee4062c48e854d4b68a034029a5216 |
Eval Count | 0 |
Decode Time | 98 ms |