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
css/api/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
include 'env_vars.php';
echo "My Username is:" . getenv("username");
echo "My API Key is:" . getenv("password");
?>

View File

@ -226,12 +226,6 @@
<?php
include 'env_vars.php';
//echo "My API Key is:" . $_ENV["APIKEY"];
//echo "Getenv:" . getenv('APIKEY');
?>