X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;fp=index.php;h=a0cae2f41b7d763b1bdc38a8b9d6aa9dfc08915a;hb=7486ea5bf3d89cd7662a51bb05c16f5f6d96105c;hp=8cb1d62e4db4d149033f1e520d63d5f8ffbf8cfa;hpb=6e255d34edb011481317047409c5f77e27835e2b;p=dylansserver.git diff --git a/index.php b/index.php index 8cb1d62..a0cae2f 100644 --- a/index.php +++ b/index.php @@ -673,15 +673,15 @@ class rss extends cms { echo << - dylanstestserver.com/notes/rss - http://dylanstestserver.com/notes - dylanstestserver.com/notes/rss - + dylansserver.com/notes/rss + http://dylansserver.com/notes + dylansserver.com/notes/rss + END_OF_ENTRY; while ($entry = $result->fetch_object()) { $title = $entry->title; $date_posted = $entry->date_posted; - $url = "http://dylanstestserver.com/note/" . $entry->url; + $url = "http://dylansserver.com/note/" . $entry->url; $text = $entry->text; $text = strip_tags($text); $end_of_first_sentence = strpos($text, '.');