@@ -39,11 +39,14 @@ |
||
| 39 | 39 | <div class="alert alert-info"> |
| 40 | 40 | <strong>Your server configuration satisfies the minimum requirements by this application.<br>Please pay attention to the warnings listed below and check if your application will use the corresponding features.</strong> |
| 41 | 41 | </div> |
| 42 | - <?php else : ?> |
|
| 42 | + <?php else { |
|
| 43 | + : ?> |
|
| 43 | 44 | <div class="alert alert-success"> |
| 44 | 45 | <strong>Congratulations! Your server configuration satisfies all requirements.</strong> |
| 45 | 46 | </div> |
| 46 | - <?php endif; ?> |
|
| 47 | + <?php endif; |
|
| 48 | +} |
|
| 49 | +?> |
|
| 47 | 50 | |
| 48 | 51 | <h3>Details</h3> |
| 49 | 52 | |