Unified header

This commit is contained in:
Michał Gdula 2022-09-06 16:14:43 +00:00
parent b7362ca195
commit 8c98b90766
13 changed files with 108 additions and 255 deletions

View file

@ -27,6 +27,9 @@ if (is_file("index.php")) {
}
$import_json = file_get_contents($root_dir."default.json");
$setup_json = json_decode($import_json, true);
/*
Connect to the server
*/