X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fxrd.php;h=c23119145ca4d0685f0aab07ed549dd7df997f3d;hb=ed6ada0da571ac88b039a162601ac172c3680710;hp=f8e0a9c4098fdf98d8265b7f9f9733f5a30762af;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/mod/xrd.php b/mod/xrd.php index f8e0a9c409..c23119145c 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -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(); -} + }