server/.config/load.php
Ryan McCue 3e7bc6e67b Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 11:48:47 +02:00

7 lines
111 B
PHP

<?php
/**
* Load custom configuration.
*/
require __DIR__ . '/env.php';
require __DIR__ . '/constants.php';