aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-03-05 02:40:39 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-03-05 02:40:39 +0300
commitfd98f3ba354026918ed07feead58ebade5cf30b8 (patch)
tree25b792e0c9b36ec460da36f903768f51902f41bd
parent40db204bc4a83b20c1880000ee732eb44c1e7630 (diff)
add old rss url for backwards compatibility
-rw-r--r--htdocs/index.php1
1 files changed, 1 insertions, 0 deletions
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}')