mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-01-19 19:44:47 +00:00
News Panel
Updated the News Panel to point to the thread on the current PGD Forums...
This commit is contained in:
parent
a2086feae8
commit
6864dee4f5
|
|
@ -1,10 +1,10 @@
|
|||
function DownloadNewsPage() {
|
||||
$TWM::Ticks = 0;
|
||||
%server = "www.public.phantomdev.net:80"; //
|
||||
%server = "www.forums.phantomdev.net:80"; //
|
||||
if (!isObject(PageGrabber))
|
||||
%Downloader = new HTTPObject(PageGrabber){};
|
||||
else %Downloader = PageGrabber;
|
||||
%filename = "/SMF/index.php/topic,422.0.html"; //File Location
|
||||
%filename = "/viewtopic.php?f=11&t=416"; //File Location
|
||||
%Downloader.get(%server, %filename);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue