7 lines
100 B
PHP
7 lines
100 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$configFile = getenv('PVV_CONFIG_FILE');
|
|
require_once $configFile;
|