diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-10-30 10:35:27 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-10-30 10:35:27 +1300 |
commit | de7c12baef33d29c92f28168d0446e7c920df017 (patch) | |
tree | b9013f9aa199a7dddc74e23854a0165f658163df /lib/router.php | |
parent | f1daca16e2f34cce7d25cb1dbe144fc027fcc1fd (diff) | |
parent | c49564647a081ff5a82defa197b796306a7a064e (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 2fd255fe6..0dd130ab0 100644 --- a/lib/router.php +++ b/lib/router.php @@ -108,6 +108,9 @@ class Router $m->connect('main/oembed', array('action' => 'oembed')); + $m->connect('main/xrds', + array('action' => 'publicxrds')); + // these take a code foreach (array('register', 'confirmaddress', 'recoverpassword') as $c) { |