0
OP New Sysop Apr 20, 2026 10:15pm (edited 12x) view history

Source: src/Controllers/AdminCategoryBanController.php

Overview

No class-level docblock. Add one at the top of the file.

Extends: App\Controllers\BaseController

Public methods

index(): void

GET /admin/category-bans — roll-up index of every category with at least one active restriction. Super-admin only.

show(string $id): void

GET /admin/category-bans/{id} — detail list for a single category.

lift(string $id): void

POST /admin/category-bans/{id}/lift — lift a single category ban. Body: user_id. Mirrors the per-forum Lift button but reachable from the admin index without walking into a forum mod-log first.


Auto-generated from source by bin/sync-class-docs.php on 2026-04-21 09:56 CDT. Re-runs overwrite this thread body.


. __  ____   ___ ____  _     _     
 / /_| ___| / _ \___ \(_)___| |__  
| '_ \___ \| | | |__) | / __| '_ \ 
| (_) |__) | |_| / __/| \__ \ | | |
 \___/____/ \___/_____|_|___/_| |_|
        D2sk - Sysop

Log in or register to reply to this thread.