Skip to content

Commit

Permalink
Update launderer.php
Browse files Browse the repository at this point in the history
Durgesh4993 authored Nov 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c11a4e3 commit 0dd7385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launderer.php
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@
curl_setopt($handle, CURLOPT_URL, $url);
curl_setopt($handle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($handle, CURLOPT_SSL_VERIFYPEER, false);

$data = curl_exec($handle);
curl_close($handle);
} else {

0 comments on commit 0dd7385

Please sign in to comment.