This commit is contained in:
marc-go
2026-04-14 20:00:21 +02:00
parent 8bfa783d9d
commit f2bb74dd12
63 changed files with 22576 additions and 252 deletions

View File

@@ -6,6 +6,10 @@ error_reporting(E_ALL);
class spamhasiApi {
private $api_keys;
function __construct() {
header("Content-Type: application/json");
}
public function getConf() {
$env = parse_ini_file(__DIR__ . "/../.env");
return $env;