user/auth: flush and destroy session at logout (#5540)

Reported by @cezar97.
This commit is contained in:
Unknwon
2018-12-04 19:35:44 -05:00
parent be6bb5314e
commit f2ec0d80a8
3 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.75.1203"
const APP_VER = "0.11.76.1204"
func init() {
setting.AppVer = APP_VER