diff --git a/index.php b/index.php index c2721a6..5617cdf 100644 --- a/index.php +++ b/index.php @@ -8,4 +8,41 @@ include 'env_vars.php'; echo "My API Key is:" . $_ENV["APIKEY"]; echo "Getenv:" . getenv('APIKEY'); -?> \ No newline at end of file +?> + + + + + +