mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-05-08 18:41:14 +08:00
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
/**
|
|
* Load custom configuration.
|
|
*/
|
|
|
|
require __DIR__ . '/env.php';
|
|
require __DIR__ . '/constants.php';
|