diff --git a/.gitignore b/.gitignore index 417326a8..4f67e208 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.env +/htdocs/.env **/.DS_Store htdocs/**/*.DS_Store diff --git a/htdocs/.DS_Store b/htdocs/.DS_Store index b911afed..97f72efb 100644 Binary files a/htdocs/.DS_Store and b/htdocs/.DS_Store differ diff --git a/.env.example b/htdocs/.env.example similarity index 100% rename from .env.example rename to htdocs/.env.example diff --git a/htdocs/assets/.DS_Store b/htdocs/assets/.DS_Store index fd09ee45..cd74e605 100755 Binary files a/htdocs/assets/.DS_Store and b/htdocs/assets/.DS_Store differ diff --git a/htdocs/assets/js/home.js b/htdocs/assets/js/_home.js similarity index 100% rename from htdocs/assets/js/home.js rename to htdocs/assets/js/_home.js diff --git a/htdocs/core/.DS_Store b/htdocs/core/.DS_Store index 0fc52f90..ff5fb147 100644 Binary files a/htdocs/core/.DS_Store and b/htdocs/core/.DS_Store differ diff --git a/htdocs/core/config.php b/htdocs/core/config.php index 85265222..7236c456 100755 --- a/htdocs/core/config.php +++ b/htdocs/core/config.php @@ -1,7 +1,9 @@ load(); // Database configuration diff --git a/htdocs/index.php b/htdocs/index.php index 8f702667..1e50e763 100755 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,5 +1,4 @@ load(); // Retrieve environment variables @@ -129,7 +125,7 @@ include "assets/_header.php"; - +