]> git.mxchange.org Git - friendica.git/blobdiff - mod/rsd_xml.php
Merge pull request #2973 from rabuzarus/berlin_parse_url
[friendica.git] / mod / rsd_xml.php
index 6f9c209fab5915e8f0f8c4e9dd0786f68f4dd0f3..f4984f0f0ffd12e8d911c73ae8f4d1b39b65adc7 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
-if(! function_exists('rsd_xml_content')) {
+
+
 function rsd_xml_content(&$a) {
        header ("Content-Type: text/xml");
        echo '<?xml version="1.0" encoding="UTF-8"?>
@@ -20,5 +21,4 @@ function rsd_xml_content(&$a) {
  </rsd>
        ';
 die();
-}
-}
+}
\ No newline at end of file