X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=model%2Frss.php;h=9fa7b4974a69f2d74bd9bcf78516aaacd7b96c3e;hb=HEAD;hp=a169ead120bf07b35845290e85424e45eb4b6406;hpb=94f76a812b4f4f1dacd32bbcda93adeab2b5b303;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) {