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 /** * @var \App\View\AppView $this */ ?> <?php use Cake\Routing\Router; ?> <div cl..
Decoded Output download
<?php
/**
* @var \App\View\AppView $this
*/
?>
<?php use Cake\Routing\Router; ?>
<div class="actions-wrapper">
<!-- Note: Router is not used there to allow the parent frame navigation -->
<a href="app/settings/mfa" target="_top" rel="noopener noreferrer" class="button cancel"><?= __('Manage providers'); ?></a>
</div>
Did this file decode correctly?
Original Code
<?php
/**
* @var \App\View\AppView $this
*/
?>
<?php use Cake\Routing\Router; ?>
<div class="actions-wrapper">
<!-- Note: Router is not used there to allow the parent frame navigation -->
<a href="app/settings/mfa" target="_top" rel="noopener noreferrer" class="button cancel"><?= __('Manage providers'); ?></a>
</div>
Function Calls
None |
Stats
MD5 | decb95663c43fe515ec61c2634a9c16f |
Eval Count | 0 |
Decode Time | 80 ms |