()
| 33 | } |
| 34 | |
| 35 | func (this *ManagerController) Prepare() { |
| 36 | this.BaseController.Prepare() |
| 37 | if !this.Member.IsAdministrator() { |
| 38 | this.Abort("404") |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | func (this *ManagerController) Index() { |
| 43 | this.TplName = "manager/index.html" |
nothing calls this directly
no test coverage detected