summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-28 01:53:06 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-28 01:53:06 -0400
commitab13a29cb530457328cf9d3a2511c2db1d5ccaca (patch)
treefae4cca0e4b24f81f7896b8f8dfab909c2e98bc8 /templates
parentff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 (diff)
downloadgitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.tar.gz
gitea-ab13a29cb530457328cf9d3a2511c2db1d5ccaca.zip
Fix #209
Diffstat (limited to 'templates')
-rw-r--r--templates/VERSION2
-rw-r--r--templates/admin/config.tmpl4
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/VERSION b/templates/VERSION
index c07dee8283..2075872995 100644
--- a/templates/VERSION
+++ b/templates/VERSION
@@ -1 +1 @@
-0.3.6.0525 Alpha \ No newline at end of file
+0.4.0.0528 Alpha \ No newline at end of file
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index f49e382705..a8e9d1ae99 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -30,6 +30,10 @@
<hr/>
<dt>Repository Root Path</dt>
<dd>{{.RepoRootPath}}</dd>
+ <dt>Static File Root Path</dt>
+ <dd>{{.StaticRootPath}}</dd>
+ <dt>Log File Root Path</dt>
+ <dd>{{.LogRootPath}}</dd>
<dt>Script Type</dt>
<dd>{{.ScriptType}}</dd>
</dl>