Skip to content

Commit

Permalink
Update xenforo.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
REVRBE authored Jul 15, 2023
1 parent f7869b2 commit e4e5849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XenForo + DragonByte authentication/xenforo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bool checkLoginCredentials(const std::string& username, const std::string& passw
CURL* curl;
CURLcode res;
std::string readBuffer;
std::string apiUrl = xorstr_("https://smokescreen.rip/forum/login_external.php"); // login.php file for server authentication of user/pass
std::string apiUrl = xorstr_("https://your-website.com/forum/login_external.php"); // login.php file for server authentication of user/pass

curl = curl_easy_init();
if (curl) {
Expand Down Expand Up @@ -107,4 +107,4 @@ bool checkLoginCredentials(const std::string& username, const std::string& passw
return false;
}

#endif
#endif

0 comments on commit e4e5849

Please sign in to comment.