more on change avatar

This commit is contained in:
Unknwon 2014-11-21 12:51:36 -05:00
parent 22ab4fa1b0
commit ef275ebf62
11 changed files with 42 additions and 18 deletions

View file

@ -20,7 +20,7 @@ import (
"github.com/macaron-contrib/session"
"github.com/gogits/gogs/modules/log"
// "github.com/gogits/gogs-ng/modules/ssh"
// "github.com/gogits/gogs/modules/ssh"
)
type Scheme string
@ -488,5 +488,5 @@ func NewServices() {
newRegisterMailService()
newNotifyMailService()
newWebhookService()
// ssh.Listen("2022")
// ssh.Listen("2222")
}