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

@ -90,7 +90,6 @@ $template_data = [
'fido2_cid' => @$_SESSION['fido2_cid'],
'fido2_data' => $fido2_data,
'gal' => @$_SESSION['gal'],
'license_guid' => license('guid'),
'api' => [
'ro' => admin_api('ro', 'get'),
'rw' => admin_api('rw', 'get'),

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),