NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

move guid to debug.php

fb7e2341
FreddleSpl0it <[email protected]> 3 years, 10 months ago
data/web/admin.php | 1 -
 data/web/debug.php | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

Diff

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