mirror of
https://github.com/elyby/accounts.git
synced 2024-11-26 16:52:02 +05:30
YII_DEBUG всегда получалось true
This commit is contained in:
parent
a7822bf0f1
commit
fe4e62af39
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ . '/../../vendor/autoload.php';
|
||||
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', (boolean)getenv('YII_DEBUG'));
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', in_array(getenv('YII_DEBUG'), ['false', '1']));
|
||||
defined('YII_ENV') or define('YII_ENV', getenv('YII_ENV'));
|
||||
|
||||
require __DIR__ . '/../../vendor/yiisoft/yii2/Yii.php';
|
||||
|
Loading…
Reference in New Issue
Block a user