mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
some minor restyling
This commit is contained in:
@@ -236,6 +236,24 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5 mb-4 mx-auto">
|
||||||
|
<p class="border-bottom mb-2"><b><?= __("Web Server"); ?></b></p>
|
||||||
|
<table width="100%" style="margin-bottom: 25px;">
|
||||||
|
<tr>
|
||||||
|
<td><?= __("Version:"); ?> </td>
|
||||||
|
<td><span class="badge text-bg-info"><?php echo detect_webserver(); ?></span></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<?php if (strpos(strtolower(detect_webserver()), 'nginx') !== false) {
|
||||||
|
if (detect_nginx_php_setting($http_scheme) != 200) { ?>
|
||||||
|
<div class="alert alert-warning d-flex flex-column align-items-center" role="alert">
|
||||||
|
<p class="mb-2 border-bottom"><?= __("Important note for nginx users!"); ?></p>
|
||||||
|
<p class="mb-0"><?= __("Since you are using nginx as web server please make sure that you have made the changes described in the Wiki before continuing."); ?></p><br>
|
||||||
|
<p class="mb-0"><a target="_blank" href="https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration">https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration</a></p>
|
||||||
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
<?php } ?>
|
||||||
<p class="border-bottom mb-2" style="margin-top: 2rem;"><b><?= __("Folder Write Permissions"); ?></b></p>
|
<p class="border-bottom mb-2" style="margin-top: 2rem;"><b><?= __("Folder Write Permissions"); ?></b></p>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -316,24 +334,7 @@ if (!file_exists('.lock') && !file_exists('../application/config/config.php') &&
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
<hr style="border-width: 1px;border-color: #D8DCE0; opacity: 1;">
|
||||||
<div class="col-md-5 mb-4 mx-auto">
|
|
||||||
<p class="border-bottom mb-2"><b><?= __("Web Server"); ?></b></p>
|
|
||||||
<table width="100%" style="margin-bottom: 25px;">
|
|
||||||
<tr>
|
|
||||||
<td><?= __("Version:"); ?> </td>
|
|
||||||
<td><span class="badge text-bg-info"><?php echo detect_webserver(); ?></span></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<?php if (strpos(strtolower(detect_webserver()), 'nginx') !== false) {
|
|
||||||
if (detect_nginx_php_setting($http_scheme) != 200) { ?>
|
|
||||||
<div class="alert alert-warning d-flex flex-column align-items-center" role="alert">
|
|
||||||
<p class="mb-2 border-bottom"><?= __("Important note for nginx users!"); ?></p>
|
|
||||||
<p class="mb-0"><?= __("Since you are using nginx as web server please make sure that you have made the changes described in the Wiki before continuing."); ?></p><br>
|
|
||||||
<p class="mb-0"><a target="_blank" href="https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration">https://github.com/wavelog/Wavelog/wiki/Installation#nginx-configuration</a></p>
|
|
||||||
</div>
|
|
||||||
<?php } ?>
|
|
||||||
<?php } ?>
|
|
||||||
<?php if ($prechecks_passed == 'failed') {
|
<?php if ($prechecks_passed == 'failed') {
|
||||||
$prechecks_icon = "fa-times-circle";
|
$prechecks_icon = "fa-times-circle";
|
||||||
$prechecks_color = "red"; ?>
|
$prechecks_color = "red"; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user