diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/VERSION | 2 | ||||
-rw-r--r-- | templates/admin/config.tmpl | 4 |
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> |