Fix wrong place to check disable SSH

This commit is contained in:
Unknwon 2016-02-21 21:55:59 -05:00
parent 6e74dd4388
commit c9516c4c60
5 changed files with 10 additions and 8 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.41.0220"
const APP_VER = "0.8.41.0221"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())