Skip to content

Commit

Permalink
move guid to debug.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Sep 30, 2022
1 parent 8e0ee67 commit fb7e234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion data/web/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
'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'),
Expand Down
1 change: 1 addition & 0 deletions data/web/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
'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),
Expand Down

0 comments on commit fb7e234

Please sign in to comment.