Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div class="page-header"> <h2><?= t('External authentications') ?></h2> </div> <?php ..
Decoded Output download
<div class="page-header">
<h2><?= t('External authentications') ?></h2>
</div>
<?php $html = $this->hook->render('template:user:external', array('user' => $user)) ?>
<?php if (empty($html)): ?>
<p class="alert"><?= t('No external authentication enabled.') ?></p>
<?php else: ?>
<?= $html ?>
<?php endif ?>
Did this file decode correctly?
Original Code
<div class="page-header">
<h2><?= t('External authentications') ?></h2>
</div>
<?php $html = $this->hook->render('template:user:external', array('user' => $user)) ?>
<?php if (empty($html)): ?>
<p class="alert"><?= t('No external authentication enabled.') ?></p>
<?php else: ?>
<?= $html ?>
<?php endif ?>
Function Calls
t | 1 |
Stats
MD5 | 64f4f2208297ca0b74f9a2c112e226fc |
Eval Count | 0 |
Decode Time | 89 ms |