From: Dylan Lloyd Date: Tue, 21 Feb 2012 22:01:57 +0000 (-0500) Subject: Updated RSS links to correct domain X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=7486ea5bf3d89cd7662a51bb05c16f5f6d96105c;hp=6e255d34edb011481317047409c5f77e27835e2b;p=dylansserver.git Updated RSS links to correct domain --- 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, '.');