aboutsummaryrefslogtreecommitdiff
path: root/htdocs/public/index.ejs
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 10:03:59 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 10:03:59 +0100
commitb2cc2c82edee1666bf5708a0ec49e4b1e00543b5 (patch)
tree99ea652cb0e082d7dbe4e349c14c24c921f942a9 /htdocs/public/index.ejs
parent14e054f38190557519a6cc301a971b3165be5967 (diff)
downloadwolfeye-js-b2cc2c82edee1666bf5708a0ec49e4b1e00543b5.tar.gz
wolfeye-js-b2cc2c82edee1666bf5708a0ec49e4b1e00543b5.tar.bz2
wolfeye-js-b2cc2c82edee1666bf5708a0ec49e4b1e00543b5.zip
Fixing
Diffstat (limited to 'htdocs/public/index.ejs')
-rw-r--r--htdocs/public/index.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/public/index.ejs b/htdocs/public/index.ejs
index 05b57d9..b26fad6 100644
--- a/htdocs/public/index.ejs
+++ b/htdocs/public/index.ejs
@@ -236,7 +236,7 @@
<footer style="text-align:center;">
© 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() %>"
+ <a href="https://source.minteck.org/web/sattelite/commit/<%- fs.readFileSync(serverRoot + "/.git/" + fs.readFileSync(serverRoot + "/.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>