diff --git a/.gitignore b/.gitignore index 3a07754d3895be885f33f49ffbb1924195b57b12..e19effa7694175b6d34c9bb29e201533fd94426e 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 6c113fed0e7a2bec5201dd7ec5883e41abdf967b..2d1e8c3086211570516125f60b2b866f768fa8fa 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 fecf74f3d022b510b44ffa0af89f95d4b72270b2..122ba44bf0f86c332990f774b7e04b4bd51c47ae 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 = "";