From 96778de21f36161df7a24c989ae2b30066f558ae Mon Sep 17 00:00:00 2001 From: Ioannis20x Date: Fri, 4 Jul 2025 06:35:12 +0000 Subject: [PATCH] feat: created .env file and move env-variables in it --- .env | 1 + config.php | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..bc71d6a --- /dev/null +++ b/.env @@ -0,0 +1 @@ +$SITENAME="Alphacar Dashboard" \ No newline at end of file diff --git a/config.php b/config.php index 4120e4d..3766dd8 100644 --- a/config.php +++ b/config.php @@ -1,4 +1,7 @@