forked from forgejo/forgejo
#2154 disable change user for non-local users
- #2153 remove require for gravatar
This commit is contained in:
parent
5d95ffe3eb
commit
d0b0d24f22
8 changed files with 18 additions and 10 deletions
2
gogs.go
2
gogs.go
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.7.42.1211 Beta"
|
||||
const APP_VER = "0.7.43.1211 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue