]> git.mxchange.org Git - friendica.git/blobdiff - mod/filerm.php
Avoid beeing flooded by invalid requests
[friendica.git] / mod / filerm.php
index 55b218e1519df0fd337321d21405ff9a3e21b28b..7fb978ae6952e8aeebfeccdbc7c517163481f50e 100644 (file)
@@ -25,7 +25,7 @@ function filerm_content(App $a) {
                file_tag_unsave_file(local_user(),$item_id,$term, $category);
        }
 
-       goaway('/network');
+       //goaway('/network');
 
        killme();
 }