7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require __DIR__ . '/page_bootstrap.php';
|
|
runPage('vacations');
|