From 6adb3afae4514cc73d23adef532c88cb87cd6ad4 Mon Sep 17 00:00:00 2001 From: Kyllian Auguste Date: Sun, 17 May 2026 22:26:11 +0200 Subject: [PATCH] Add Gitignore & Create Config.php For The Always DATA version, i have to hide mdp beacause this is not a server only in tailscale tunnel. So Config.php in gitignore is a file who i have to create in always data site to store mdp for beat security falls --- .gitignore | 1 + www/api.php | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ae5a7c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +www/config.php \ No newline at end of file diff --git a/www/api.php b/www/api.php index 300dbc1..413723a 100755 --- a/www/api.php +++ b/www/api.php @@ -1,10 +1,11 @@ "SET NAMES utf8", PDO::ATTR_EMULATE_PREPARES => false];