示例#1
0
文件: base_ctrl.go 项目: elago/elapen
func Before(ctx ela.Context) {
	if global.Install {
		ctx.Redirect("/install")
	}
}