nieuwe versie 0.1

This commit is contained in:
2025-10-09 16:20:58 +02:00
parent 75ff33ce36
commit 17b514505b
4 changed files with 81 additions and 54 deletions

View File

@@ -1,9 +1,11 @@
<?php
include '../include/include_header.php';
// Laad opgeslagen omgevingen (optioneel uit een JSON-bestand)
$env_file = 'environments.json';
$environments = [];
if(file_exists($env_file)) {
$environments = json_decode(file_get_contents($env_file), true);
}