diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 01:30:53 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 01:30:53 +0100 |
commit | 14e054f38190557519a6cc301a971b3165be5967 (patch) | |
tree | 5e6ab0129eed2dbc6dc987f78666f383ed1b1b48 /htdocs/public/index.ejs | |
parent | 296dd88b1c330fae133f4838a134133852593e6b (diff) | |
download | wolfeye-js-14e054f38190557519a6cc301a971b3165be5967.tar.gz wolfeye-js-14e054f38190557519a6cc301a971b3165be5967.tar.bz2 wolfeye-js-14e054f38190557519a6cc301a971b3165be5967.zip |
Commit
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r-- | htdocs/public/index.ejs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs index e2372e2..05b57d9 100644 --- a/htdocs/public/index.ejs +++ b/htdocs/public/index.ejs @@ -235,8 +235,14 @@ <hr class="rnbwsquare-separator rnbwsquare-outer"> <footer style="text-align:center;"> - © 2011-<%- new Date().getFullYear() %> Minteck, All rights reserved · <a href="#">Open-source Software</a> · <a - href="/legal">Legal</a><br><a href="https://account.minteck.org">Minteck Account</a> · <a + © 2011-<%- new Date().getFullYear() %> Minteck, All rights reserved<br> + <a href="https://source.minteck.org/web/sattelite/commit/<%- fs.readFileSync("./.git/" + fs.readFileSync("./.git/HEAD").toString().trim().substr(5)).toString().trim() %>" + target="_blank">v<%- fs.readFileSync("./htdocs/private/version.txt").toString().trim() + %>-<%- + fs.readFileSync("./.git/" + fs.readFileSync("./.git/HEAD").toString().trim().substr(5)).toString().trim().substr(0, 8) %></a> + · <a href="https://source.minteck.org/web/sattelite">Source Code</a> · + <a + href="/legal">Legal</a> · <a href="https://account.minteck.org">Minteck Account</a> · <a href="https://kartik.minteck.org/online">Kartik Online</a> · <a href="https://unchained.minteck.org">UnchainedTech</a> · <a href="https://source.minteck.org">Minteck Trunk</a> |