cmd/web: fix routes requires sign in (#4359)

Redirect user to sign in page when visit private repository with
public issues if user want to post comment or create new issue.
This commit is contained in:
Unknwon
2017-03-30 00:34:20 -04:00
parent 9d06ebd01a
commit ab634ce61a
5 changed files with 8 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.33.0329 / 0.11 RC"
const APP_VER = "0.10.34.0330 / 0.11 RC"
func init() {
setting.AppVer = APP_VER