. */ $format = $_SESSION['dashboard']['format'] ?? 'A4'; $orientation = $_SESSION['dashboard']['orientation'] ?? 'L'; return [ 'format' => $format, 'orientation' => $orientation, ];