mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Remove character from check that seems to exist randomly
This commit is contained in:
parent
e98cee4b4a
commit
a3e3654b56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $user = urlencode($_GET["user"]);
|
|||
$comment = urlencode($_GET["comment"]);
|
||||
|
||||
$url = "https://www.reddit.com/user/$user/comments/$comment.json";
|
||||
$check = "\[Verifying my OpenPGP key: openpgp4fpr:$fingerprint\\\\\]";
|
||||
$check = "\[Verifying my OpenPGP key: openpgp4fpr:$fingerprint";
|
||||
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
|
||||
|
|
Loading…
Reference in a new issue