From 9ff9fc1127f7120995f8a35d7fae22803fd1e90a Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Mon, 12 Apr 2021 20:34:47 +0200 Subject: [PATCH] remove old config file --- .gitignore | 1 - js/customElements/newComment.js | 2 +- public/{internal => API/lib}/config.example.php | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) rename public/{internal => API/lib}/config.example.php (87%) diff --git a/.gitignore b/.gitignore index 3a07754..e19effa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ #config file -public/internal/config.php public/API/lib/config.php #phpstorm diff --git a/js/customElements/newComment.js b/js/customElements/newComment.js index 6c113fe..2d1e8c3 100644 --- a/js/customElements/newComment.js +++ b/js/customElements/newComment.js @@ -16,7 +16,7 @@ class newComment extends HTMLElement { <input type="text" id="email" name="email"><br><br> <label for="comment">Kommentar:</label><br> - <textarea name="comment" id="comment"></textarea><br><br> + <textarea name="commebodynt" id="comment"></textarea><br><br> <div class="h-captcha" data-theme="dark" data-sitekey="${sitekey}"></div><br> diff --git a/public/internal/config.example.php b/public/API/lib/config.example.php similarity index 87% rename from public/internal/config.example.php rename to public/API/lib/config.example.php index fecf74f..122ba44 100644 --- a/public/internal/config.example.php +++ b/public/API/lib/config.example.php @@ -13,5 +13,4 @@ $secretkey = "0x0000000000000000000000000000000000000000"; $footerMaxPost = 5; $homeMaxPost = 3; -$trackURLNormal = ""; -$trackURLTor = ""; +$trackURL = ""; -- GitLab