nieuwe versie 0.1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user