From 2668a73e60ac2fc328cc65e206dacc9b6cd9b848 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Wed, 16 Aug 2023 18:19:50 +0200 Subject: [PATCH] Test Commit --- index.php | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) 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 +?> + + + + + +