remove jitsi

This commit is contained in:
creme 2020-05-10 16:48:24 +02:00
parent e8e198141a
commit 06533e2a90
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

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','gophernicus','halcyon','ipinfo','jetforce','jitsi-meet','riot-web','termbin','thelounge','znc'];
$exclude = ['bbj','gophernicus','halcyon','ipinfo','jetforce','riot-web','termbin','thelounge','znc'];
$clean = array('http://', 'https://', '/');
foreach ($sys_info->data->services as $service => $value) {