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('Disable two factor authentication') ?></h2> </div..

Decoded Output download

<div class="page-header">
    <h2><?= t('Disable two factor authentication') ?></h2>
</div>

<div class="confirm">
    <p class="alert alert-info">
        <?= t('Do you really want to disable the two factor authentication for this user: "%s"?', $user['name'] ?: $user['username']) ?>
    </p>

    <?= $this->modal->confirmButtons(
        'TwoFactorController',
        'disable',
        array('user_id' => $user['id'], 'disable' => 'yes')
    ) ?>
</div>

Did this file decode correctly?

Original Code

<div class="page-header">
    <h2><?= t('Disable two factor authentication') ?></h2>
</div>

<div class="confirm">
    <p class="alert alert-info">
        <?= t('Do you really want to disable the two factor authentication for this user: "%s"?', $user['name'] ?: $user['username']) ?>
    </p>

    <?= $this->modal->confirmButtons(
        'TwoFactorController',
        'disable',
        array('user_id' => $user['id'], 'disable' => 'yes')
    ) ?>
</div>

Function Calls

None

Variables

None

Stats

MD5 070378352cc3fbde4e601a730ba28295
Eval Count 0
Decode Time 94 ms