Fixes config edit page
parent
74e9285804
commit
67380b1b3d
|
@ -4,7 +4,8 @@
|
|||
<p class="h4 card-header">Jilo configuration file</p>
|
||||
<div class="card-body">
|
||||
<p class="card-text">editing the Jilo Server configuration file
|
||||
<span class="text-danger">this may break everything, use with extreme caution</span>
|
||||
<br />
|
||||
<span class="text-danger"><strong>this may break everything, use with extreme caution</strong></span>
|
||||
</p>
|
||||
<form method="POST" action="<?= htmlspecialchars($app_root) ?>?platform=<?= htmlspecialchars($platform_id) ?>&page=config&item=config_file">
|
||||
|
||||
|
|
|
@ -9,9 +9,10 @@ include '../app/helpers/render.php';
|
|||
renderConfig($config, '0');
|
||||
echo "\n";
|
||||
?>
|
||||
<br />
|
||||
<a class="btn btn-secondary" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<a class="btn btn-danger" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
|
||||
<!-- /widget "config" -->
|
||||
|
|
Loading…
Reference in New Issue