From fb7e2341207eb7bc51dac37f4663ef105e0f302f Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Fri, 30 Sep 2022 11:38:43 +0200 Subject: [PATCH] move guid to debug.php --- data/web/admin.php | 1 - data/web/debug.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/admin.php b/data/web/admin.php index a68ec033..e53d18fd 100644 --- a/data/web/admin.php +++ b/data/web/admin.php @@ -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'), diff --git a/data/web/debug.php b/data/web/debug.php index e9b426c4..5d50dc85 100644 --- a/data/web/debug.php +++ b/data/web/debug.php @@ -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),