summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-27 21:48:57 +0100
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-27 21:48:57 +0100
commit1ab8a60d737b278c176d0b6204843a79dab0e878 (patch)
tree3d7c1e2c721b5fd4df5b5f50b5308f663451f2f0 /routers/install.go
parentd94342967263ab306f4726f25a726ff6091d9fbc (diff)
downloadgitea-1ab8a60d737b278c176d0b6204843a79dab0e878.tar.gz
gitea-1ab8a60d737b278c176d0b6204843a79dab0e878.zip
Not working, but slightly better...
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index 120aa46851..b311355bf8 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -91,6 +91,9 @@ func GlobalInit() {
ssh.Listen(setting.SSHPort)
log.Info("SSH server started on :%v", setting.SSHPort)
}
+
+ // Build Sanitizer
+ base.BuildSanitizer()
}
func InstallInit(ctx *middleware.Context) {