mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
Domain update.
--HG-- branch : dev
This commit is contained in:
@@ -180,11 +180,11 @@ Module based on the SFML implementation.
|
||||
|
||||
**UI Screenshots:**
|
||||
--------------------
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
**UI Layout XML example:**
|
||||
--------------------
|
||||
|
||||
@@ -96,7 +96,7 @@ IpAddress IpAddress::getPublicAddress(Time timeout) {
|
||||
// Here we get the web page from http://www.sfml-dev.org/ip-provider.php
|
||||
// and parse the result to extract our IP address
|
||||
// (not very hard: the web page contains only our IP address).
|
||||
Http server("ip.ensoft-dev.com");
|
||||
Http server("ip.ensoft.dev");
|
||||
Http::Request request("/", Http::Request::Get);
|
||||
Http::Response page = server.sendRequest(request, timeout);
|
||||
if (page.getStatus() == Http::Response::Ok)
|
||||
|
||||
Reference in New Issue
Block a user