<?= e($title) ?> · Admin
Backoffice
>

Images larger than this are downscaled in the browser before uploading, which also keeps them under the server's upload limit. The re-encode drops EXIF data (camera, lens, date, location) — choose Original to keep it. Files the browser cannot read, such as RAW, are always uploaded untouched.

$msg, 'kind' => $kind]; } function flash_render(): void { session_boot(); if (!empty($_SESSION['flash'])) { $f = $_SESSION['flash']; unset($_SESSION['flash']); echo '
' . e($f['msg']) . '
'; } }