diff options
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 1 |
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}') |