2024-07-29 13:50:16 +00:00
|
|
|
|
2024-08-07 08:13:55 +00:00
|
|
|
<!-- widget "config" -->
|
|
|
|
<div>
|
|
|
|
<p>Jilo web configuration</p>
|
2024-08-13 19:46:56 +00:00
|
|
|
<?php
|
|
|
|
include '../app/helpers/render.php';
|
|
|
|
renderConfig($config);
|
|
|
|
echo "\n";
|
|
|
|
?>
|
2024-08-07 08:13:55 +00:00
|
|
|
</div>
|
|
|
|
<!-- /widget "config" -->
|