diff options
author | Minteck <contact@minteck.org> | 2023-01-05 22:20:18 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-05 22:20:18 +0100 |
commit | 90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 (patch) | |
tree | 6b4b28c24fc13d56184f262e61c1f1b4c51dcbf9 /pages/about.inc | |
parent | 721315d9569c6ca793e111a26349f5c2bc8972b3 (diff) | |
download | pluralconnect-90b16702bb03c8d7115fa0cc6ea8d3aba5863f46.tar.gz pluralconnect-90b16702bb03c8d7115fa0cc6ea8d3aba5863f46.tar.bz2 pluralconnect-90b16702bb03c8d7115fa0cc6ea8d3aba5863f46.zip |
Update - This is an automated commit
Diffstat (limited to 'pages/about.inc')
-rw-r--r-- | pages/about.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/about.inc b/pages/about.inc index 855d9b1..0e0857e 100644 --- a/pages/about.inc +++ b/pages/about.inc @@ -67,7 +67,7 @@ function prettySize($bytes) { <div id="page-content"> <h2>About Cold Haze</h2> <p> - <b>Cold Haze Engine version 2.<?= $version["build"] ?>.<?= hexdec(substr($version["hash"], 0, 4)) ?>.<?= $version["revision"] ?></b><br> + <b>Cold Haze Engine version 2.<?= $version["build"] ?>.<?= $version["revision"] ?></b><br> Version date: <?= date('D j M Y, G:i:s T', $version["timestamp"]) ?><br> Version ID: <code style="color: white;"><?= $version["hash"] ?></code><br> Install path: <?= $_SERVER['DOCUMENT_ROOT'] ?><br> |