aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 01:30:53 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 01:30:53 +0100
commit14e054f38190557519a6cc301a971b3165be5967 (patch)
tree5e6ab0129eed2dbc6dc987f78666f383ed1b1b48
parent296dd88b1c330fae133f4838a134133852593e6b (diff)
downloadwolfeye-js-14e054f38190557519a6cc301a971b3165be5967.tar.gz
wolfeye-js-14e054f38190557519a6cc301a971b3165be5967.tar.bz2
wolfeye-js-14e054f38190557519a6cc301a971b3165be5967.zip
Commit
-rw-r--r--htdocs/private/version.txt1
-rw-r--r--htdocs/public/index.ejs10
2 files changed, 9 insertions, 2 deletions
diff --git a/htdocs/private/version.txt b/htdocs/private/version.txt
new file mode 100644
index 0000000..93c8cbd
--- /dev/null
+++ b/htdocs/private/version.txt
@@ -0,0 +1 @@
+9.0.4 \ No newline at end of file
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>