summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');