From 73a5c7fae9ffbe9ada721148c8c454a643aceebe Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 20 Feb 2022 16:11:50 +0100 Subject: chore!: restructure repo I separated public files from the config/dev files. It improves repo readability. I also moved dotenv helper to public/inc directory and extract the Matomo tracker in the same directory. --- config/dotenv.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config/dotenv.php (limited to 'config/dotenv.php') diff --git a/config/dotenv.php b/config/dotenv.php deleted file mode 100644 index cb462d9..0000000 --- a/config/dotenv.php +++ /dev/null @@ -1,20 +0,0 @@ -safeLoad(); - $current_env = $_ENV['CURRENT_ENV']; - return $current_env; - } else { - return ''; - } -} -- cgit v1.2.3