jilo-web/app/templates/config-list-interfaceconfig...

16 lines
667 B
PHP
Raw Normal View History

2024-08-28 09:59:13 +00:00
<!-- widget "config" -->
<div class="card text-center w-75 mx-lef">
2024-08-29 10:01:46 +00:00
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails['name']) ?></strong></p>
2024-08-28 09:59:13 +00:00
<div class="card-body">
2024-08-29 10:01:46 +00:00
<p class="card-text">URL: <?= htmlspecialchars($platformDetails['jitsi_url']) ?></p>
<p class="card-text">interface_config.js</p>
<pre style="text-align: left;">
2024-08-28 09:59:13 +00:00
<?php
2024-08-29 10:01:46 +00:00
echo htmlspecialchars($platformInterfaceConfigjs);
2024-08-28 09:59:13 +00:00
?>
2024-08-29 10:01:46 +00:00
</pre>
2024-08-28 09:59:13 +00:00
</div>
</div>
<!-- /widget "config" -->