X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=model%2Frss.php;fp=model%2Frss.php;h=9fa7b4974a69f2d74bd9bcf78516aaacd7b96c3e;hb=dfd2fbae1d760ad18fa0866b9c1ba913c2de86f7;hp=a169ead120bf07b35845290e85424e45eb4b6406;hpb=c7cf871783fc97b7bc299568f931155743568612;p=dylansserver.git diff --git a/model/rss.php b/model/rss.php index a169ead..9fa7b49 100644 --- a/model/rss.php +++ b/model/rss.php @@ -14,7 +14,7 @@ class rss extends model { FROM notes ORDER BY date_posted DESC LIMIT 5"); while ($entry = $result->fetch_object()) { - $entry->url = "http://dylansserver.com/note/" . $entry->url; + $entry->url = "http://disinclined.org/note/" . $entry->url; $entry->text = strip_tags($entry->text); $end_of_first_sentence = strpos($entry->text, '.'); if ($end_of_first_sentence) {