Refine admin status and notification controls

This commit is contained in:
hbrain 2026-05-26 20:31:04 +02:00
parent 4e4def843d
commit 5437c7a4c4
5 changed files with 15 additions and 9 deletions

View file

@ -6,5 +6,5 @@ return [
"uploads_dir" => __DIR__ . "/in-dir",
"public_videos" => "out-dir",
"public_thumbs" => "thumbs",
"items_per_page" => 12,
"items_per_page" => 8,
];