$tr_file = $_SERVER['DOCUMENT_ROOT'] . '/guard/tracker.php'; if (file_exists($tr_file)) { require_once $tr_file; } // ── Application ────────────────────────────────────────────────────────── require_once __DIR__ . '/embargo.html';