diff options
Diffstat (limited to 'feed.php')
-rw-r--r-- | feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ $title = str_replace('<h1>', '', fgets(fopen("./posts/$post", 'r'))); $title = str_replace('</h1>', '', $title); $post = str_replace('.php', '', $post); - printf('<item><link>https://www.53hor.net/posts/%s</link><title>%s</title></item>', $post, $title); + printf('<item><link>https://www.53hor.net/%s</link><title>%s</title></item>', $post, $title); } ?> </channel> |