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.4.0
* @var \App\View\AppView $this
*/
use Cake\Core\Configure;
$version = Configure::read('passbolt.version');
?>
<!DOCTYPE html>
<html class="passbolt" lang="en">
<head>
<?= $this->Html->charset() ?>
<title><?= Configure::read('passbolt.meta.title'); ?> | <?= $this->fetch('title') ?></title>
<?= $this->element('Header/meta') ?>
<?= $this->fetch('css') ?>
<?= $this->Html->script('/js/app/stylesheet.js?v=' . $version, [
'id' => 'stylesheet-manager',
'fullBase' => true,
'data-file' => 'api_authentication.min.css',
'data-theme' => isset($theme) ? $theme : null,
'cache-version' => $version]);
?>
<?= $this->fetch('js') ?>
</head>
<body spellcheck="false">
<div id="container" class="container page <?= $this->fetch('pageClass') ?>">
<div class="content">
<div class="header">
<div class="logo"><span class="visually-hidden">Passbolt</span></div>
</div>
<?= $this->fetch('content') ?>
</div>
</div>
</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.4.0
* @var \App\View\AppView $this
*/
use Cake\Core\Configure;
$version = Configure::read('passbolt.version');
?>
<!DOCTYPE html>
<html class="passbolt" lang="en">
<head>
<?= $this->Html->charset() ?>
<title><?= Configure::read('passbolt.meta.title'); ?> | <?= $this->fetch('title') ?></title>
<?= $this->element('Header/meta') ?>
<?= $this->fetch('css') ?>
<?= $this->Html->script('/js/app/stylesheet.js?v=' . $version, [
'id' => 'stylesheet-manager',
'fullBase' => true,
'data-file' => 'api_authentication.min.css',
'data-theme' => isset($theme) ? $theme : null,
'cache-version' => $version]);
?>
<?= $this->fetch('js') ?>
</head>
<body spellcheck="false">
<div id="container" class="container page <?= $this->fetch('pageClass') ?>">
<div class="content">
<div class="header">
<div class="logo"><span class="visually-hidden">Passbolt</span></div>
</div>
<?= $this->fetch('content') ?>
</div>
</div>
</body>
</html>
Function Calls
None |
Stats
MD5 | 7d7b18f5c5c52d20008801efe251e146 |
Eval Count | 0 |
Decode Time | 73 ms |