update - exclude jitsi

This commit is contained in:
creme 2020-11-10 19:05:16 +01:00
parent fa047c0882
commit f5de19f728
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ responsible according to § 5 TMG:
</pre>
<p></p>
<table>
<tr><th class="tw130"></th> <th></th></tr>
<tr>

View File

@ -49,7 +49,7 @@ include 'header.php';
<table>
<tr> <th class="tw130"></th> <th class="tw110"></th> <th></th> </tr>
<?php
$exclude = ['bbj','drone','element-web','gophernicus','ipinfo','jetforce','thelounge','znc'];
$exclude = ['bbj','drone','element-web','gophernicus','ipinfo','jetforce','jitsi','thelounge','znc'];
$clean = array('http://', 'https://', '/');
foreach ($sys_info->data->services as $service => $value) {