@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | <div class="card-body"> |
| 120 | 120 | <form action="<?php echo $form ?>" method="post" autocomplete="off"> |
| 121 | 121 | <div class="main-content"> |
| 122 | - <?php if (! empty($error)) : ?> |
|
| 122 | + <?php if (!empty($error)) : ?> |
|
| 123 | 123 | <div class="error-notice"> |
| 124 | 124 | <?php echo $error; ?> |
| 125 | 125 | </div> |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | <div class="input-box"> |
| 131 | 131 | <input type="password" name="s_pass" placeholder="Password" class="form-input" /> |
| 132 | 132 | </div> |
| 133 | - <?php if (! empty($captchas)) : ?> |
|
| 133 | + <?php if (!empty($captchas)) : ?> |
|
| 134 | 134 | <div class="input-box"> |
| 135 | 135 | <?php foreach ($captchas as $captcha) : ?> |
| 136 | 136 | <?php echo $captcha->form(); ?> |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | trait SessionTrait |
| 24 | 24 | { |
| 25 | - /** |
|
| 25 | + /** |
|
| 26 | 26 | * Are you willing to limit the online session amount? |
| 27 | 27 | * |
| 28 | 28 | * @var array |