remove old config file
This commit is contained in:
parent
fbac380ec4
commit
9ff9fc1127
3 changed files with 2 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
#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 {
|
||||||
<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";
|
||||||
$footerMaxPost = 5;
|
$footerMaxPost = 5;
|
||||||
$homeMaxPost = 3;
|
$homeMaxPost = 3;
|
||||||
|
|
||||||
$trackURLNormal = "";
|
$trackURL = "";
|
||||||
$trackURLTor = "";
|
|
Loading…
Reference in a new issue