summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-11-18 22:32:31 +0100
committerGibheer <gibheer@gmail.com>2015-11-18 22:32:31 +0100
commit56006da34b0e580e1585439b1ee603f8cbe36a48 (patch)
tree8152e7da613bd9fe24807da51f352bd0b97d99e3 /conf
parentefea642d6cf419c9587d44b95ff2bc04e89f7bfe (diff)
downloadgitea-56006da34b0e580e1585439b1ee603f8cbe36a48.tar.gz
gitea-56006da34b0e580e1585439b1ee603f8cbe36a48.zip
fix #1957 - disable version display
This allows the admin to disable the version information about gogs and go in use in the footer.
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 5c7ce69834..d9d29c9ef9 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -334,3 +334,5 @@ it-IT = it
[other]
SHOW_FOOTER_BRANDING = false
+; Show version information about gogs and go in the footer
+SHOW_FOOTER_VERSION = true