Remove character from check that seems to exist randomly

This commit is contained in:
Yarmo Mackenbach 2020-07-05 17:55:49 +02:00
parent e98cee4b4a
commit a3e3654b56

View file

@ -5,7 +5,7 @@ $user = urlencode($_GET["user"]);
$comment = urlencode($_GET["comment"]); $comment = urlencode($_GET["comment"]);
$url = "https://www.reddit.com/user/$user/comments/$comment.json"; $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(); $ch = curl_init();
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");