We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb1fa1 commit 6307a98Copy full SHA for 6307a98
src/Curl.cpp
@@ -89,7 +89,7 @@ std::string Curl::CreateMTAPasteBin ( std::string filePath, std::string pasteNam
89
90
if ( curl ) // if curl was initialized
91
{
92
- curl_easy_setopt ( curl, CURLOPT_URL, "http://pastebin.mtasa.com/index.php" ); // set the URL
+ curl_easy_setopt ( curl, CURLOPT_URL, "https://pastebin.multitheftauto.com/" ); // set the URL
93
curl_easy_setopt ( curl, CURLOPT_POSTFIELDS, post.c_str() ); // set our log file as the POST field
94
curl_easy_setopt ( curl, CURLOPT_NOPROGRESS, FALSE ); // we want progress
95
curl_easy_setopt ( curl, CURLOPT_PROGRESSFUNCTION, progress_callback ); // set the progress callback function
0 commit comments