Skip to content

Commit 6307a98

Browse files
Update pastebin url
1 parent 8fb1fa1 commit 6307a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ std::string Curl::CreateMTAPasteBin ( std::string filePath, std::string pasteNam
8989

9090
if ( curl ) // if curl was initialized
9191
{
92-
curl_easy_setopt ( curl, CURLOPT_URL, "http://pastebin.mtasa.com/index.php" ); // set the URL
92+
curl_easy_setopt ( curl, CURLOPT_URL, "https://pastebin.multitheftauto.com/" ); // set the URL
9393
curl_easy_setopt ( curl, CURLOPT_POSTFIELDS, post.c_str() ); // set our log file as the POST field
9494
curl_easy_setopt ( curl, CURLOPT_NOPROGRESS, FALSE ); // we want progress
9595
curl_easy_setopt ( curl, CURLOPT_PROGRESSFUNCTION, progress_callback ); // set the progress callback function

0 commit comments

Comments
 (0)