Visitor management app with SSO, kiosk, badges, reports, and Gitea CI deploy to frontdesk.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
221 B
PHP
8 lines
221 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Ladill Frontdesk',
|
|
'logo' => 'images/logo/ladillfrontdesk-logo.svg',
|
|
'description' => 'Your Ladill Frontdesk session has ended. Sign in again to manage visitors and reception.',
|
|
];
|