add server software

This commit is contained in:
2026-03-13 19:27:01 +01:00
parent 763bf41da5
commit 9bc1c18731
12 changed files with 3809 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ ini_set("display_startup_errors", 1);
error_reporting(E_ALL);
class mcServApi {
private $api_keys;
public function getConf() {
$env = parse_ini_file(__DIR__ . "/../.env");
return $env;