ignore ntfy on mainpage

This commit is contained in:
creme 2022-10-11 19:30:01 +02:00
parent 4bcd4018d0
commit 61bd486531
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

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