disable license check, change cloud domain from omigamedev.com to panopainter.com
This commit is contained in:
@@ -68,7 +68,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &res);
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, curl_data_handler);
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "http://omigamedev.com/panopainter/cloud/cloud-list.php");
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "https://panopainter.com/cloud/cloud-list.php");
|
||||
auto err = curl_easy_perform(curl);
|
||||
|
||||
if (err != CURLE_OK)
|
||||
@@ -124,7 +124,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
break;
|
||||
|
||||
res.clear();
|
||||
std::string url = "http://omigamedev.com/panopainter/cloud/cloud-info.php?file=" + n;
|
||||
std::string url = "https://panopainter.com/cloud/cloud-info.php?file=" + n;
|
||||
curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
|
||||
LOG("%s", url.c_str());
|
||||
auto err = curl_easy_perform(curl);
|
||||
|
||||
Reference in New Issue
Block a user