diff options
Diffstat (limited to 'pages/account.inc')
-rw-r--r-- | pages/account.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/account.inc b/pages/account.inc index 4107f8f..b8fc9f5 100644 --- a/pages/account.inc +++ b/pages/account.inc @@ -22,6 +22,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?> <img src="<?= icon('logout', null, true) ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Logout</div> </a> </div> + + <hr> + <?php $version = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/version.json"), true); ?> + <p>Cold Haze System Software, build <?= $version["build"] ?>.<?= $version["revision"] ?> · © 2022-<?= date('Y') ?> <a href="https://equestria.dev" target="_blank">Equestria.dev Developers</a></p> </div> </div> |