Test Commit

This commit is contained in:
schrom01 2023-08-16 17:59:32 +02:00
parent 693ec129f8
commit 6bcdd9c4e5
1 changed files with 1 additions and 1 deletions

View File

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