Static Map API (#1098)

Added new Static Map Feature

---------

Co-authored-by: phl0 <github@florian-wolters.de>
This commit is contained in:
HB9HIL
2024-10-31 10:26:59 +01:00
committed by GitHub
parent bc76962f3a
commit 4fcfd667e2
37 changed files with 4628 additions and 72 deletions

View File

@@ -291,6 +291,17 @@
<?php } ?>
</td>
</tr>
<tr>
<td>php-gd</td>
<td>
<?php if (in_array('gd', get_loaded_extensions())) { ?>
<span class="badge text-bg-success"><?= __("Installed"); ?></span>
<?php } else { ?>
<span class="badge text-bg-danger"><?= __("Not Installed"); ?></span>
<?php } ?>
</td>
</tr>
</table>
</div>
<div class="col">