Skip to content
Snippets Groups Projects
Commit 9ff9fc11 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove old config file

parent fbac380e
Branches
Tags
No related merge requests found
#config file #config file
public/internal/config.php
public/API/lib/config.php public/API/lib/config.php
#phpstorm #phpstorm
......
...@@ -16,7 +16,7 @@ class newComment extends HTMLElement { ...@@ -16,7 +16,7 @@ class newComment extends HTMLElement {
<input type="text" id="email" name="email"><br><br> <input type="text" id="email" name="email"><br><br>
<label for="comment">Kommentar:</label><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> <div class="h-captcha" data-theme="dark" data-sitekey="${sitekey}"></div><br>
......
...@@ -13,5 +13,4 @@ $secretkey = "0x0000000000000000000000000000000000000000"; ...@@ -13,5 +13,4 @@ $secretkey = "0x0000000000000000000000000000000000000000";
$footerMaxPost = 5; $footerMaxPost = 5;
$homeMaxPost = 3; $homeMaxPost = 3;
$trackURLNormal = ""; $trackURL = "";
$trackURLTor = "";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment