From fd98f3ba354026918ed07feead58ebade5cf30b8 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 5 Mar 2023 02:40:39 +0300 Subject: add old rss url for backwards compatibility --- htdocs/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/index.php') diff --git a/htdocs/index.php b/htdocs/index.php index a1199da..150b14a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -12,6 +12,7 @@ $r = (new Router()) ->add('([a-z0-9-]+)/', 'auto name=$(1)') ->add('feed.rss', 'RSS') + ->add('rss/', 'RSS') ->add('admin/', 'admin/index') ->add('admin/{login,logout,log}/', 'admin/${1}') -- cgit v1.2.3