]> git.mxchange.org Git - friendica.git/blobdiff - mod/xrd.php
Merge remote-tracking branch 'upstream/develop' into 1602-diaspora
[friendica.git] / mod / xrd.php
index f8e0a9c4098fdf98d8265b7f9f9733f5a30762af..c23119145ca4d0685f0aab07ed549dd7df997f3d 100644 (file)
@@ -2,7 +2,6 @@
 
 require_once('include/crypto.php');
 
-if(! function_exists('xrd_init')) {
 function xrd_init(&$a) {
 
        $uri = urldecode(notags(trim($_GET['uri'])));
@@ -78,5 +77,5 @@ function xrd_init(&$a) {
 
        echo $arr['xml'];
        killme();
-}
+
 }