]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Events: Now with guid.
[friendica.git] / mod / hostxrd.php
index 5b178e9b8f668be56980435db6d75a3dc78592eb..4121764f1a526b340fc1c4805aa705a0a8a0f97a 100644 (file)
@@ -2,7 +2,6 @@
 
 require_once('include/crypto.php');
 
-if(! function_exists('hostxrd_init')) {
 function hostxrd_init(&$a) {
        header('Access-Control-Allow-Origin: *');
        header("Content-type: text/xml");
@@ -28,5 +27,5 @@ function hostxrd_init(&$a) {
        ));
        session_write_close();
        exit();
-}
+
 }