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 $this \nordsoftware\yii_account\controllers\Controller */ /* @var $content s..

Decoded Output download

<?php
/* @var $this 
ordsoftware\yii_account\controllers\Controller */
/* @var $content string */
?>
<?php $this->beginContent($this->module->layout); ?>

<div class="layout-narrow">
    <?php echo $content; ?>
</div>

<?php $this->endContent(); ?>

Did this file decode correctly?

Original Code

<?php
/* @var $this \nordsoftware\yii_account\controllers\Controller */
/* @var $content string */
?>
<?php $this->beginContent($this->module->layout); ?>

<div class="layout-narrow">
    <?php echo $content; ?>
</div>

<?php $this->endContent(); ?>

Function Calls

None

Variables

None

Stats

MD5 0bfec32073d6afa8ae8cbd3c703aa351
Eval Count 0
Decode Time 109 ms