1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-12-08 09:28:10 +00:00

Start implementing fixed authorization system

This commit is contained in:
bouncepaw
2020-11-13 23:45:42 +05:00
parent c111e95468
commit c83ea6f356
5 changed files with 155 additions and 5 deletions

View File

@@ -6,10 +6,13 @@ import (
)
var (
ServerPort string
HomePage string
SiteTitle string
WikiDir string
ServerPort string
HomePage string
SiteTitle string
WikiDir string
UserTree string
AuthMethod string
FixedCredentialsPath string
)
// ShorterPath is used by handlerList to display shorter path to the files. It simply strips WikiDir.