Test Commit

This commit is contained in:
schrom01
2023-08-17 19:08:24 +02:00
parent 524307bae0
commit fdec0355ef
2 changed files with 7 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
include 'env_vars.php';
echo "My Username is:" . getenv("username");
echo "My API Key is:" . getenv("password");
?>