Files
dist
config.local.php
config.source-env.php
pvv.sql
pvv_mysql.sql
simplesamlphp-authsources.php
simplesamlphp-config.php
simplesamlphp-idp.php
gammel dokumentasjon
inc
nix
src
www
.gitattributes
.gitignore
.gitmodules
Dockerfile
README.md
composer.json
composer.lock
docker-compose.yaml
flake.lock
flake.nix
nettsiden/dist/config.source-env.php

7 lines
79 B
PHP

<?php
$configFile = getenv('PVV_CONFIG_FILE');
require_once($configFile);
?>