Remove include

This commit is contained in:
Yarmo Mackenbach 2020-06-30 12:35:39 +02:00
parent 71f21c4203
commit c442a403e8

View file

@ -1,7 +1,5 @@
<?php <?php
include 'secrets.php';
$fingerprint = htmlspecialchars($_GET["fp"]); $fingerprint = htmlspecialchars($_GET["fp"]);
$user = htmlspecialchars($_GET["user"]); $user = htmlspecialchars($_GET["user"]);
$comment = htmlspecialchars($_GET["comment"]); $comment = htmlspecialchars($_GET["comment"]);