Kanboard fun theme shim to disable themes for admin only
Welp, this dont work well :( ```php session_start([ 'read_and_close' => true, ]); if (session_exists('user') && session_get('user')['role'] === 'app-admin') { return; } ```Created: 2023-03-27 15:24:46, Updated: 2023-03-30 16:02:19, ID: 8b5c05e8-1caf-4967-a294-bab0642902df