jilo-web/app/templates/config-configfile.php

19 lines
558 B
PHP
Raw Normal View History

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";
?>
</div>
</div>
2024-10-30 11:52:18 +00:00
<br />
<a class="btn btn-danger" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
2024-10-29 11:15:14 +00:00
<!-- /widget "config" -->