1
0

Updated old forum links

This commit is contained in:
Mathias
2016-01-31 02:25:03 +02:00
parent b5437c9a77
commit 89f3dec7ac
19 changed files with 35 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ local http = require("socket.http");
LOGINFO("Trying to download a webpage...");
local body, code, headers = http.request('http://forum.mc-server.org/index.php');
local body, code, headers = http.request('https://forum.cuberite.org/');
LOG("code: " .. tostring(code));
LOG("headers: ");
for k, v in pairs(headers or {}) do
@@ -46,4 +46,4 @@ function Initialize(a_Plugin)
end
LOGINFO("Preventing plugin load so that it may be requested again from the webadmin.");
return false;
end
end