]> git.mxchange.org Git - friendica.git/blobdiff - mod/friendika.php
use local 'match people with my interests' if global directory is not configured
[friendica.git] / mod / friendika.php
index 8bd6e3437772656234274e9c0f0645caade580ae..7762bfbb52ef7f1d3d57b286327b115057d349e2 100644 (file)
@@ -24,7 +24,7 @@ function friendika_init(&$a) {
                        
                );
 
-               echo str_replace('\\/','/',json_encode($data));
+               echo json_encode($data);
                killme();
        }
 }