2024-10-29 11:15:14 +00:00
|
|
|
|
|
|
|
<!-- widget "config" -->
|
|
|
|
<div class="card text-center w-75 mx-lef">
|
2024-10-29 11:22:03 +00:00
|
|
|
<p class="h4 card-header">Jilo configuration file</p>
|
2024-10-29 11:15:14 +00:00
|
|
|
<div class="card-body">
|
2024-10-29 11:22:03 +00:00
|
|
|
|
2024-10-29 11:15:14 +00:00
|
|
|
<?php
|
|
|
|
include '../app/helpers/render.php';
|
|
|
|
renderConfig($config, '0');
|
|
|
|
echo "\n";
|
|
|
|
?>
|
|
|
|
|
2024-10-30 13:11:27 +00:00
|
|
|
<br />
|
2024-10-31 09:08:53 +00:00
|
|
|
<a class="btn btn-outline-danger btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
|
2024-10-29 11:15:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /widget "config" -->
|