move guid to debug.php
This commit is contained in:
		@@ -90,7 +90,6 @@ $template_data = [
 | 
				
			|||||||
  'fido2_cid' => @$_SESSION['fido2_cid'],
 | 
					  'fido2_cid' => @$_SESSION['fido2_cid'],
 | 
				
			||||||
  'fido2_data' => $fido2_data,
 | 
					  'fido2_data' => $fido2_data,
 | 
				
			||||||
  'gal' => @$_SESSION['gal'],
 | 
					  'gal' => @$_SESSION['gal'],
 | 
				
			||||||
  'license_guid' => license('guid'),
 | 
					 | 
				
			||||||
  'api' => [
 | 
					  'api' => [
 | 
				
			||||||
    'ro' => admin_api('ro', 'get'),
 | 
					    'ro' => admin_api('ro', 'get'),
 | 
				
			||||||
    'rw' => admin_api('rw', 'get'),
 | 
					    'rw' => admin_api('rw', 'get'),
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -69,6 +69,7 @@ $template_data = [
 | 
				
			|||||||
  'vmail_df' => $vmail_df,
 | 
					  'vmail_df' => $vmail_df,
 | 
				
			||||||
  'hostname' => $hostname,
 | 
					  'hostname' => $hostname,
 | 
				
			||||||
  'timezone' => $timezone,
 | 
					  'timezone' => $timezone,
 | 
				
			||||||
 | 
					  'license_guid' => license('guid'),
 | 
				
			||||||
  'ips' => $ips,
 | 
					  'ips' => $ips,
 | 
				
			||||||
  'solr_status' => $solr_status,
 | 
					  'solr_status' => $solr_status,
 | 
				
			||||||
  'solr_uptime' => round($solr_status['status']['dovecot-fts']['uptime'] / 1000 / 60 / 60),
 | 
					  'solr_uptime' => round($solr_status['status']['dovecot-fts']['uptime'] / 1000 / 60 / 60),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user