mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
move templateFuncs to one file, add middleware context.
This commit is contained in:
@@ -15,7 +15,11 @@ import (
|
||||
"github.com/Unknwon/goconfig"
|
||||
)
|
||||
|
||||
var Cfg *goconfig.ConfigFile
|
||||
var (
|
||||
AppVer string
|
||||
AppName string
|
||||
Cfg *goconfig.ConfigFile
|
||||
)
|
||||
|
||||
func exeDir() (string, error) {
|
||||
file, err := exec.LookPath(os.Args[0])
|
||||
@@ -52,4 +56,6 @@ func init() {
|
||||
}
|
||||
}
|
||||
Cfg.BlockMode = false
|
||||
|
||||
AppName = Cfg.MustValue("", "APP_NAME")
|
||||
}
|
||||
|
Reference in New Issue
Block a user