Updated old forum links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user