mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
bug fixes.
This commit is contained in:
@@ -183,7 +183,7 @@ $title = $context->htmlEncode($exception instanceof \yii\base\Exception || $exce
|
||||
|
||||
<div class="version">
|
||||
<?php echo date('Y-m-d H:i:s', time())?>
|
||||
<?php echo YII_DEBUG ? $context->versionInfo : ''?>
|
||||
<?php echo YII_DEBUG ? $context->getVersionInfo() : ''?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user