summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-06-25 11:10:22 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-06-25 11:10:22 -0700
commit37a075eae39b2faeec8e73d8468d8e4520b131f6 (patch)
treeca819b70c85ddf13d0c9fb18a798057788877983
parent062ce71793b4b42b29acd949205bd814a19a2064 (diff)
downloadwebsite-37a075eae39b2faeec8e73d8468d8e4520b131f6.tar.gz
website-37a075eae39b2faeec8e73d8468d8e4520b131f6.tar.bz2
website-37a075eae39b2faeec8e73d8468d8e4520b131f6.tar.xz
website-37a075eae39b2faeec8e73d8468d8e4520b131f6.zip
We no longer need DNS to access news from the update server
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index e1d49dd..b27ad22 100644
--- a/index.php
+++ b/index.php
@@ -9,7 +9,9 @@
-->
<?php
- echo file_get_contents('http://updates.themanaworld.org/news.html');
+ // this is a symlink, now that we're not on Platinum
+ echo file_get_contents('news.html');
+ // echo file_get_contents('http://updates.themanaworld.org/news.html');
/*
$number = 6;
include('includes/news.php');