fixing PHP warnings

This commit is contained in:
Jokob-sk
2022-12-24 21:57:43 +11:00
parent da3ac55122
commit 0714aea30d
17 changed files with 213 additions and 79 deletions

View File

@@ -427,11 +427,8 @@ if ($_REQUEST['tab'] == '1') {
</div>
<!-- ------------------------------------------------------------------------------ -->
</div>
</div>
<div class="box">
<div class="box-body" style="text-align: center;">
<div class="box-body" style="text-align: center;">
<h5 class="text-aqua" style="font-size: 16px;">
<span id="lastCommit">
@@ -441,21 +438,28 @@ if ($_REQUEST['tab'] == '1') {
</span>
</h5>
</div>
</div>
<div style="width: 100%; height: 20px;"></div>
<!-- ----------------------------------------------------------------------- -->
</section>
<!-- /.content -->
<?php
require 'php/templates/footer.php';
?>
</div>
<!-- /.content-wrapper -->
<!-- ----------------------------------------------------------------------- -->
<?php
require 'php/templates/footer.php';
?>
<script>