X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=bf2249bfd14920d5550c47184bd62ba7bcd57499;hb=60e2ac52bbf649d4b04f91bc731672a94c4373a8;hp=8cb1d62e4db4d149033f1e520d63d5f8ffbf8cfa;hpb=61419ce10ec920aae29537f9bc0f8295d94baddf;p=dylansserver.git diff --git a/index.php b/index.php index 8cb1d62..bf2249b 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, '.'); @@ -758,6 +758,7 @@ switch (cms::determine_type()) { case "rss": $rss = new rss(); $rss->display(); + break; case 'archive': $archive = new archive; $archive->display();