7 lines
78 B
PHP
7 lines
78 B
PHP
<?php
|
|
|
|
$configFile = getenv('PVV_CONFIG_FILE');
|
|
require_once $configFile;
|
|
|
|
?>
|