예제 #1
0
파일: base_ctrl.go 프로젝트: elago/elapen
func Before(ctx ela.Context) {
	if global.Install {
		ctx.Redirect("/install")
	}
}