move guid to debug.php

This commit is contained in:
FreddleSpl0it
2022-09-30 11:38:43 +02:00
parent 8e0ee67108
commit fb7e234120
2 changed files with 1 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ $template_data = [
'vmail_df' => $vmail_df,
'hostname' => $hostname,
'timezone' => $timezone,
'license_guid' => license('guid'),
'ips' => $ips,
'solr_status' => $solr_status,
'solr_uptime' => round($solr_status['status']['dovecot-fts']['uptime'] / 1000 / 60 / 60),