remove old config file

This commit is contained in:
Jonas Leder 2021-04-12 20:34:47 +02:00
parent fbac380ec4
commit 9ff9fc1127
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
#config file
public/internal/config.php
public/API/lib/config.php
#phpstorm

View file

@ -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>

View file

@ -13,5 +13,4 @@ $secretkey = "0x0000000000000000000000000000000000000000";
$footerMaxPost = 5;
$homeMaxPost = 3;
$trackURLNormal = "";
$trackURLTor = "";
$trackURL = "";