1
0
Fork 0
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:
Eggbertx 2023-06-06 13:44:42 -07:00
parent b845f52f64
commit 9b61dde7c8
5 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ import (
// manage actions that require admin-level permission go here
func RegisterAdminPages() {
func registerAdminPages() {
actions = append(actions,
Action{
ID: "cleanup",