Test Commit

This commit is contained in:
schrom01 2023-08-16 18:02:00 +02:00
parent 6bcdd9c4e5
commit 62ada46d53
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</html>
<?php
//putenv('APIKEY="TESTKEY"');
include 'env_vars.php';
echo "My API Key is:" . $_ENV["APIKEY"];
echo "Getenv:" . getenv('APIKEY');