Example #1
0
func AdminNewPost(ctx *web.Context, val string) {
	//reg := map[string]string{"newpost": getnewpost(),
	//"newuser": getnewuser()}
	fmt.Println("We're in!")
	fmt.Println(ctx.Params)
	ctx.Redirect(304, "/")
}