clean up remaining mentions of "framed_template"
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ func IPBanTest(next echo.HandlerFunc) echo.HandlerFunc {
|
||||
amctxt.VarMap().Set("amsterdam_pageTitle", "IP Address Banned")
|
||||
amctxt.VarMap().Set("message", banmsg)
|
||||
amctxt.SetRC(http.StatusForbidden)
|
||||
return AmSendPageData(c, amctxt, "framed_template", "ipban.jet")
|
||||
return AmSendPageData(c, amctxt, "framed", "ipban.jet")
|
||||
}
|
||||
return next(c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user