fixing E-Mail

This commit is contained in:
schrom01
2023-09-26 13:33:25 +02:00
parent 5bddc3be0d
commit 24a8554368
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
include 'api/env_vars.php';
include 'env_vars.php';
$username = getenv("username");
$password = getenv("password");