Test Commit
This commit is contained in:
parent
524307bae0
commit
fdec0355ef
|
@ -0,0 +1,7 @@
|
|||
|
||||
<?php
|
||||
include 'env_vars.php';
|
||||
echo "My Username is:" . getenv("username");
|
||||
echo "My API Key is:" . getenv("password");
|
||||
|
||||
?>
|
Loading…
Reference in New Issue