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('Remove a task') ?></h2> </div> <div class="confi..
Decoded Output download
<div class="page-header">
<h2><?= t('Remove a task') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to remove this task: "%s"?', $this->text->e($task['title'])) ?>
</p>
<?= $this->modal->confirmButtons(
'TaskSuppressionController',
'remove',
array('task_id' => $task['id'], 'redirect' => $redirect)
) ?>
</div>
Did this file decode correctly?
Original Code
<div class="page-header">
<h2><?= t('Remove a task') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to remove this task: "%s"?', $this->text->e($task['title'])) ?>
</p>
<?= $this->modal->confirmButtons(
'TaskSuppressionController',
'remove',
array('task_id' => $task['id'], 'redirect' => $redirect)
) ?>
</div>
Function Calls
t | 1 |
Stats
MD5 | 092ebc0988111e42b6285ab867c764f9 |
Eval Count | 0 |
Decode Time | 98 ms |