Test Commit

This commit is contained in:
schrom01
2023-08-17 19:11:31 +02:00
parent e356d5c5b0
commit 4b99789e92
-7
View File
@@ -1,7 +0,0 @@
<?php
include 'env_vars.php';
echo "My Username is:" . getenv("username");
echo "My API Key is:" . getenv("password");
?>