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 // comment out the following two lines when deployed to production defined('YII_..
Decoded Output download
<?php
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require __DIR__ . '/core/vendor/autoload.php';
require __DIR__ . '/core/vendor/yiisoft/yii2/Yii.php';
$config = require __DIR__ . '/core/config/web.php';
(new yii\web\Application($config))->run();
?>
Did this file decode correctly?
Original Code
<?php
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require __DIR__ . '/core/vendor/autoload.php';
require __DIR__ . '/core/vendor/yiisoft/yii2/Yii.php';
$config = require __DIR__ . '/core/config/web.php';
(new yii\web\Application($config))->run();
Function Calls
None |
Stats
MD5 | 061f5e851ee37f53ecc7e12b3ba2242e |
Eval Count | 0 |
Decode Time | 51 ms |