diff --git a/server/verifyReddit.php b/server/verifyReddit.php index 1d886fd..070c31b 100644 --- a/server/verifyReddit.php +++ b/server/verifyReddit.php @@ -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");