2024-07-29 13:50:16 +00:00
|
|
|
|
2024-08-07 08:13:55 +00:00
|
|
|
<!-- widget "config" -->
|
2024-08-19 10:25:09 +00:00
|
|
|
<div class="card text-center w-50 mx-lef">
|
|
|
|
<p class="h4 card-header">Jilo web configuration</p>
|
|
|
|
<div class="card-body">
|
|
|
|
<p class="card-text">platform variables</p>
|
2024-08-13 19:46:56 +00:00
|
|
|
<?php
|
|
|
|
include '../app/helpers/render.php';
|
2024-08-19 10:25:09 +00:00
|
|
|
renderConfig($config, '0');
|
2024-08-13 19:46:56 +00:00
|
|
|
echo "\n";
|
|
|
|
?>
|
2024-08-19 10:25:09 +00:00
|
|
|
</div>
|
2024-08-07 08:13:55 +00:00
|
|
|
</div>
|
|
|
|
<!-- /widget "config" -->
|