mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Remove include
This commit is contained in:
parent
71f21c4203
commit
c442a403e8
1 changed files with 0 additions and 2 deletions
|
@ -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"]);
|
||||||
|
|
Loading…
Reference in a new issue