@@ -128,4 +128,4 @@ |
||
| 128 | 128 | $this->chat->addUser($this); |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - |
|
| 132 | 131 | \ No newline at end of file |
| 132 | + |
|
| 133 | 133 | \ No newline at end of file |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | defined('YII_DEBUG') or define('YII_DEBUG', true); |
| 3 | 3 | defined('YII_ENV') or define('YII_ENV', 'test'); |
| 4 | 4 | |
| 5 | -require_once(__DIR__ . '/../../vendor/autoload.php'); |
|
| 6 | -require_once(__DIR__ . '/../../vendor/yiisoft/yii2/Yii.php'); |
|
| 5 | +require_once(__DIR__.'/../../vendor/autoload.php'); |
|
| 6 | +require_once(__DIR__.'/../../vendor/yiisoft/yii2/Yii.php'); |
|
| 7 | 7 | |
| 8 | 8 | $_SERVER['SERVER_NAME'] = 'localhost'; |
| 9 | 9 | |
@@ -128,4 +128,4 @@ |
||
| 128 | 128 | $this->chat->addUser($this); |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - |
|
| 132 | 131 | \ No newline at end of file |
| 132 | + |
|
| 133 | 133 | \ No newline at end of file |
@@ -128,4 +128,4 @@ |
||
| 128 | 128 | $this->chat->addUser($this); |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - |
|
| 132 | 131 | \ No newline at end of file |
| 132 | + |
|
| 133 | 133 | \ No newline at end of file |
@@ -128,4 +128,4 @@ |
||
| 128 | 128 | $this->chat->addUser($this); |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - |
|
| 132 | 131 | \ No newline at end of file |
| 132 | + |
|
| 133 | 133 | \ No newline at end of file |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | <div class="btn-group" role="group"> |
| 24 | 24 | <?php if ($add_room) :?> |
| 25 | 25 | <button type="button" id="add-chat" class="btn btn-default"><?=Yii::t('app', 'Add'); ?></button> |
| 26 | - <?php endif;?> |
|
| 26 | + <?php endif; ?> |
|
| 27 | 27 | <button type="button" id="exit-chat" class="btn btn-default"> |
| 28 | 28 | <i class="fa fa-sign-out"></i><?=Yii::t('app', 'Exit'); ?> |
| 29 | 29 | </button> |