diff options
Diffstat (limited to 'htdocs/public')
-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> |