From: Dylan Lloyd Date: Tue, 21 Feb 2012 22:02:04 +0000 (-0500) Subject: Merge branch 'dev' into live X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=3a1583470665da7ddbc67a20a22e6ee2197bc543;hp=181479aaed82024ced8a09ed6c92acb0d765626f;p=dylansserver.git Merge branch 'dev' into live --- 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, '.');