From 7486ea5bf3d89cd7662a51bb05c16f5f6d96105c Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 21 Feb 2012 17:01:57 -0500 Subject: [PATCH 1/1] Updated RSS links to correct domain --- index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, '.'); -- 2.30.2