mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-13 09:26:23 -07:00
Make actino registration functions for individual staff roles private
This commit is contained in:
parent
b845f52f64
commit
9b61dde7c8
5 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
// manage actions that require admin-level permission go here
|
||||
|
||||
func RegisterAdminPages() {
|
||||
func registerAdminPages() {
|
||||
actions = append(actions,
|
||||
Action{
|
||||
ID: "cleanup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue