f5a6868301
Co-authored-by: h7x4 <h7x4@nani.wtf>
7 lines
79 B
PHP
7 lines
79 B
PHP
<?php
|
|
|
|
$configFile = getenv('PVV_CONFIG_FILE');
|
|
require_once($configFile);
|
|
|
|
?>
|