Adds interface_config.js capability
parent
cf7d417193
commit
0bab284e99
|
@ -1,14 +1,15 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "config" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Jilo web configuration</p>
|
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails['name']) ?></strong></p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="card-text">platform variables</p>
|
<p class="card-text">URL: <?= htmlspecialchars($platformDetails['jitsi_url']) ?></p>
|
||||||
|
<p class="card-text">interface_config.js</p>
|
||||||
|
<pre style="text-align: left;">
|
||||||
<?php
|
<?php
|
||||||
include '../app/helpers/render.php';
|
echo htmlspecialchars($platformInterfaceConfigjs);
|
||||||
renderConfig($config, '0');
|
|
||||||
echo "\n";
|
|
||||||
?>
|
?>
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "config" -->
|
||||||
|
|
Loading…
Reference in New Issue