Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
window.location.href="' . BASE_URL . 'index.php";';
exit;
}
$stmtSetting = $pdo->prepare("SELECT setting_key, setting_value FROM system_settings WHERE setting_key IN ('court_hearing_notice_days', 'court_next_step_notice_days')");
$stmtSetting->execute();
$settingsMap = $stmtSetting->fetchAll(PDO::FETCH_KEY_PAIR);
$noticeDays = $settingsMap['court_hearing_notice_days'] ?? '7';
$nextStepNoticeDays = $settingsMap['court_next_step_notice_days'] ?? '5';
$page_title = "Users & System Configuration";
$breadcrumb = "SYSTEM MANAGEMENT / USERS & CONFIG";
require_once __DIR__ . '/../includes/header.php';
// Fetch lookups from schema parameters to render live cards
$identities = $pdo->query("SELECT * FROM users ORDER BY id DESC")->fetchAll();
$courts = $pdo->query("SELECT * FROM court_rooms ORDER BY room_name ASC")->fetchAll();
$categories = $pdo->query("SELECT * FROM agreement_categories ORDER BY category_name ASC")->fetchAll();
$cabinets = $pdo->query("SELECT * FROM archive_cabinets ORDER BY cabinet_location ASC")->fetchAll();
$companies = $pdo->query("SELECT * FROM group_companies ORDER BY company_name ASC")->fetchAll();
$stages = $pdo->query("SELECT * FROM court_rooms ORDER BY id ASC")->fetchAll(); // Using standard court rooms mapping for preview or alter if staging exists
?>
User Profiles & Access Controls
EXISTING IDENTITIES ()
✕
Dynamic Dropdown Configurations
Manage data properties sourced globally into workflow select menus.
COURT ROOM PROPERTIES
AGREEMENT CATEGORIES
PHYSICAL ARCHIVE VAULT CABINETS
GROUP COMPANIES & MANAGED ENTITIES
Calendar & Notification Lead Times
Set lead days to automatically trigger advance email and dashboard alerts for upcoming court milestones.