@@ -96,7 +96,8 @@ |
||
| 96 | 96 | <div class="disclaimer"> |
| 97 | 97 | <?php include '/etc/grommunio-web/disclaimer.html'; ?> |
| 98 | 98 | </div> |
| 99 | - <?php } elseif (file_exists('disclaimer.html')) { ?> |
|
| 99 | + <?php } |
|
| 100 | +elseif (file_exists('disclaimer.html')) { ?> |
|
| 100 | 101 | <div class="disclaimer"> |
| 101 | 102 | <?php include 'disclaimer.html'; ?> |
| 102 | 103 | </div> |