add old rss url for backwards compatibility
This commit is contained in:
parent
40db204bc4
commit
fd98f3ba35
@ -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}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user