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('Change to global tag') ?></h2> </div> <div class..

Decoded Output download

<div class="page-header">
    <h2><?= t('Change to global tag') ?></h2>
</div>

<div class="confirm">
    <p class="alert alert-info">
        <?= t('Do you really want to make the tag "%s" global?', $tag['name']) ?>
    </p>

    <?= $this->modal->confirmButtons(
        'ProjectTagController',
        'makeGlobalTag',
        array('tag_id' => $tag['id'], 'project_id' => $project['id'])
    ) ?>
</div>

Did this file decode correctly?

Original Code

<div class="page-header">
    <h2><?= t('Change to global tag') ?></h2>
</div>

<div class="confirm">
    <p class="alert alert-info">
        <?= t('Do you really want to make the tag "%s" global?', $tag['name']) ?>
    </p>

    <?= $this->modal->confirmButtons(
        'ProjectTagController',
        'makeGlobalTag',
        array('tag_id' => $tag['id'], 'project_id' => $project['id'])
    ) ?>
</div>

Function Calls

t 1

Variables

None

Stats

MD5 d243c98d86b1e37b049779a71b375dad
Eval Count 0
Decode Time 97 ms