- Update beauty booking forms (en, hu, no) - Update manage-booking view, worker calendar view - Update config.php, google_calendar.php, GoogleCalendar library - Add CLAUDE.md project instructions - Add service-account-key.json to .gitignore - Update ledigestilling page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
241 B
PHP
Executable File
6 lines
241 B
PHP
Executable File
<?php
|
|
include(getcwd().'/application/views/includes/skeleton-top.php');
|
|
include(getcwd().'/application/views/admin/includes/worker-calendar-form.php');
|
|
include(getcwd().'/application/views/includes/skeleton-bottom.php');
|
|
?>
|