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 {


-

+


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 = "";