]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
Moved the public XRDS from the OpenID plugin to core
[quix0rs-gnu-social.git] / lib / router.php
index 2fd255fe6ff6161ad0f486f09f58410cd180adaa..0dd130ab0799975667c0313c3a2da26ae6ed355c 100644 (file)
@@ -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) {